137 |
|
readers[i]->AddVariable( "RelPreshowerEnergy", &RelPreshowerEnergy ); |
138 |
|
} |
139 |
|
} |
140 |
+ |
|
141 |
+ |
if(VariableType==6){ |
142 |
+ |
readers[i]->AddVariable( "HoE", &HoE ); |
143 |
+ |
readers[i]->AddVariable( "covIEtaIEta", &covIEtaIEta ); |
144 |
+ |
readers[i]->AddVariable( "tIso1abs", &tIso1abs ); |
145 |
+ |
readers[i]->AddVariable( "tIso3abs", &tIso3abs ); |
146 |
+ |
readers[i]->AddVariable( "tIso2abs", &tIso2abs ); |
147 |
+ |
readers[i]->AddVariable( "R9", &R9 ); |
148 |
+ |
readers[i]->AddVariable( "absIsoEcal", &absIsoEcal ); |
149 |
+ |
readers[i]->AddVariable( "absIsoHcal", &absIsoHcal ); |
150 |
+ |
readers[i]->AddVariable( "RelE5x5", &RelE5x5 ); |
151 |
+ |
readers[i]->AddVariable( "EtaWidth", &EtaWidth ); |
152 |
+ |
readers[i]->AddVariable( "PhiWidth", &PhiWidth ); |
153 |
+ |
readers[i]->AddVariable( "CoviEtaiPhi", &CoviEtaiPhi ); |
154 |
+ |
readers[i]->AddVariable( "CoviPhiiPhi", &CoviPhiiPhi ); |
155 |
+ |
readers[i]->AddVariable( "NVertexes", &NVertexes ); |
156 |
+ |
if(i==0){ |
157 |
+ |
readers[i]->AddVariable( "RelPreshowerEnergy", &RelPreshowerEnergy ); |
158 |
+ |
} |
159 |
+ |
} |
160 |
+ |
|
161 |
|
} |
162 |
|
|
163 |
|
fReaderEndcap->BookMVA("BDT method",EndcapWeights); |