@@ -75,7 +75,7 @@ struct SkimmerGammaCalo {
7575 Configurable<float > minE{" minE" , 0.5 , " Minimum energy for energy cut" };
7676 Configurable<float > maxE{" maxE" , std::numeric_limits<uint16_t >::max (), " Maximum energy for energy cut" };
7777 Configurable<bool > removeExotic{" removeExotic" , false , " Flag to enable the removal of exotic clusters." };
78- Configurable<std::vector<int >> clusterDefinitions{" clusterDefinitions" , {0 , 1 , 2 , 10 , 11 , 12 , 13 , 20 , 21 , 22 , 30 , 40 , 41 , 42 , 43 , 44 , 45 }, " Cluster definitions to be accepted (e.g. 13 for kV3MostSplitLowSeed )" };
78+ Configurable<std::vector<int >> clusterDefinitions{" clusterDefinitions" , {0 , 1 , 2 , 10 , 11 , 12 , 13 , 20 , 21 , 22 , 30 , 40 , 41 , 42 , 43 , 44 , 45 }, " Cluster definitions storageID to be accepted (see O2Physics/PWGJE/DataModel/EMCALClusters.h for the storageID )" };
7979 Configurable<float > maxdEta{" maxdEta" , 0.1 , " Set a maximum difference in eta for tracks and cluster to still count as matched" };
8080 Configurable<float > maxdPhi{" maxdPhi" , 0.1 , " Set a maximum difference in phi for tracks and cluster to still count as matched" };
8181 Configurable<float > maxEoverP{" maxEoverP" , 1.5 , " Set a maximum for cluster E / track p for track matching." };
@@ -93,8 +93,8 @@ struct SkimmerGammaCalo {
9393 << " cluster table and must not be enabled together — this doubles MinClusters rows "
9494 << " relative to EMCClusterMCLabels_001." ;
9595 }
96- historeg.add (" DefinitionIn" , " Cluster definitions before cuts;#bf{Cluster definition};#bf{#it{N}_{clusters}}" , HistType::kTH1F , {{51 , -0.5 , 50 .5 }});
97- historeg.add (" DefinitionOut" , " Cluster definitions after cuts;#bf{Cluster definition};#bf{#it{N}_{clusters}}" , HistType::kTH1F , {{51 , -0.5 , 50 .5 }});
96+ historeg.add (" DefinitionIn" , " Cluster definitions before cuts;#bf{Cluster definition};#bf{#it{N}_{clusters}}" , HistType::kTH1F , {{53 , -0.5 , 52 .5 }});
97+ historeg.add (" DefinitionOut" , " Cluster definitions after cuts;#bf{Cluster definition};#bf{#it{N}_{clusters}}" , HistType::kTH1F , {{53 , -0.5 , 52 .5 }});
9898 historeg.add (" EIn" , " Energy of clusters before cuts" , gHistoSpecClusterE );
9999 historeg.add (" EOut" , " Energy of clusters after cuts" , gHistoSpecClusterE );
100100 historeg.add (" MTEtaPhiBeforeTM" , " Eta phi of matched tracks before TM cuts" , gHistoSpecClusterTMdEtadPhi );
0 commit comments