You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
o2::framework::Configurable<bool> rejectBackground{"rejectBackground", true, "Reject particles from background events"};
687
-
o2::framework::Configurable<bool> matchKinkedDecayTopology{"matchKinkedDecayTopology", false, "Match also candidates with tracks that decay with kinked topology"};
688
-
o2::framework::Configurable<bool> matchInteractionsWithMaterial{"matchInteractionsWithMaterial", false, "Match also candidates with tracks that interact with material"};
686
+
Configurable<bool> rejectBackground{"rejectBackground", true, "Reject particles from background events"};
687
+
Configurable<bool> matchKinkedDecayTopology{"matchKinkedDecayTopology", false, "Match also candidates with tracks that decay with kinked topology"};
688
+
Configurable<bool> matchInteractionsWithMaterial{"matchInteractionsWithMaterial", false, "Match also candidates with tracks that interact with material"};
689
689
690
690
HfEventSelectionMc hfEvSelMc; // mc event selection and monitoring
691
691
692
692
using McCollisionsNoCents = soa::Join<aod::Collisions, aod::EvSels, aod::McCollisionLabels>;
693
693
using McCollisionsFT0Cs = soa::Join<aod::Collisions, aod::EvSels, aod::McCollisionLabels, aod::CentFT0Cs>;
694
694
using McCollisionsFT0Ms = soa::Join<aod::Collisions, aod::EvSels, aod::McCollisionLabels, aod::CentFT0Ms>;
695
695
using McCollisionsCentFT0Ms = soa::Join<aod::McCollisions, aod::McCentFT0Ms>;
696
+
using BCsInfo = soa::Join<aod::BCs, aod::Timestamps, aod::BcSels>;
o2::framework::Configurable<bool> rejectBackground{"rejectBackground", true, "Reject particles from background events"};
787
-
o2::framework::Configurable<bool> matchKinkedDecayTopology{"matchKinkedDecayTopology", false, "Match also candidates with tracks that decay with kinked topology"};
788
-
o2::framework::Configurable<bool> matchInteractionsWithMaterial{"matchInteractionsWithMaterial", false, "Match also candidates with tracks that interact with material"};
786
+
Configurable<bool> rejectBackground{"rejectBackground", true, "Reject particles from background events"};
787
+
Configurable<bool> matchKinkedDecayTopology{"matchKinkedDecayTopology", false, "Match also candidates with tracks that decay with kinked topology"};
788
+
Configurable<bool> matchInteractionsWithMaterial{"matchInteractionsWithMaterial", false, "Match also candidates with tracks that interact with material"};
789
789
790
790
HfEventSelectionMc hfEvSelMc; // mc event selection and monitoring
791
-
using BCsInfo = soa::Join<aod::BCs, aod::Timestamps, aod::BcSels>;
792
-
HistogramRegistry registry{"registry"};
793
791
792
+
using BCsInfo = soa::Join<aod::BCs, aod::Timestamps, aod::BcSels>;
794
793
using McCollisionsNoCents = soa::Join<aod::Collisions, aod::EvSels, aod::McCollisionLabels>;
795
794
using McCollisionsFT0Cs = soa::Join<aod::Collisions, aod::EvSels, aod::McCollisionLabels, aod::CentFT0Cs>;
796
795
using McCollisionsFT0Ms = soa::Join<aod::Collisions, aod::EvSels, aod::McCollisionLabels, aod::CentFT0Ms>;
797
796
using McCollisionsCentFT0Ms = soa::Join<aod::McCollisions, aod::McCentFT0Ms>;
0 commit comments