Skip to content

Commit c584738

Browse files
authored
Update CorrelationTables.h
1 parent 612fc0e commit c584738

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -509,29 +509,6 @@ DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the colli
509509

510510
} // namespace hf_electron
511511

512-
DECLARE_SOA_TABLE(HfElectron, "AOD", "HFELECTRON", //! Hf Electron properties
513-
aod::hf_electron::PhiElectron,
514-
aod::hf_electron::EtaElectron,
515-
aod::hf_electron::PtElectron,
516-
aod::hf_electron::NElectronsLS,
517-
aod::hf_electron::NElectronsUS,
518-
aod::hf_electron::PoolBin,
519-
aod::hf_electron::GIndexCol,
520-
aod::hf_electron::TimeStamp);
521-
// Note: definition of columns and tables for Electron Hadron correlation pairs for Data
522-
namespace hf_electron
523-
{
524-
DECLARE_SOA_COLUMN(PhiElectron, phiElectron, float); //! Phi of electron
525-
DECLARE_SOA_COLUMN(EtaElectron, etaElectron, float); //! Eta of electron
526-
DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of electron
527-
DECLARE_SOA_COLUMN(NElectronsLS, nElectronsLS, int); //! number of like-sign
528-
DECLARE_SOA_COLUMN(NElectronsUS, nElectronsUS, int); //! number of Unlike-sign
529-
DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin of event defined using zvtx and multiplicit
530-
DECLARE_SOA_COLUMN(GIndexCol, gIndexCol, int); //! Global index for the collision
531-
DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the collision
532-
533-
} // namespace hf_electron
534-
535512
DECLARE_SOA_TABLE(HfElectron, "AOD", "HFELECTRON", //! Hf Electron properties
536513
aod::hf_electron::PhiElectron,
537514
aod::hf_electron::EtaElectron,

0 commit comments

Comments
 (0)