38 ibooker.
book1D(
"ChargeOfEachClusterTIB_all",
"ChargeOfEachClusterTIB_all", 400, -0.5, 400.5);
40 ibooker.
book1D(
"ChargeOfEachClusterTOB_all",
"ChargeOfEachClusterTOB_all", 400, -0.5, 400.5);
42 ibooker.
book1D(
"ChargeOfEachClusterTEC_all",
"ChargeOfEachClusterTEC_all", 400, -0.5, 400.5);
44 ibooker.
book1D(
"NumberOfClustersAboveThreshold_all",
"NumberOfClustersAboveThreshold_all", 30, 30.5, 60.5);
49 ibooker.
book1D(
"ChargeOfEachClusterTIB_hlt",
"ChargeOfEachClusterTIB_hlt", 400, -0.5, 400.5);
51 ibooker.
book1D(
"ChargeOfEachClusterTOB_hlt",
"ChargeOfEachClusterTOB_hlt", 400, -0.5, 400.5);
53 ibooker.
book1D(
"ChargeOfEachClusterTEC_hlt",
"ChargeOfEachClusterTEC_hlt", 400, -0.5, 400.5);
55 ibooker.
book1D(
"NumberOfClustersAboveThreshold_hlt",
"NumberOfClustersAboveThreshold_hlt", 30, 30.5, 60.5);
83 for (
std::map<
uint, std::vector<SiStripCluster> >::const_iterator it = clusters_in_subcomponents->begin();
84 it != clusters_in_subcomponents->end();
86 int generalized_layer = it->first;
87 std::vector<SiStripCluster> theclusters = it->second;
93 for (std::vector<SiStripCluster>::const_iterator icluster = theclusters.begin(); icluster != theclusters.end();
96 unsigned int amplclus = 0;
97 for (
auto ia = icluster->amplitudes().begin(); ia != icluster->amplitudes().end(); ia++) {
101 if (generalized_layer == 31 || generalized_layer == 32 ||
102 generalized_layer == 33) {
104 if (*filter_decision)
107 if (generalized_layer == 51 || generalized_layer == 52) {
109 if (*filter_decision)
112 if (generalized_layer == 60) {
114 if (*filter_decision)