Changeset 310 in svn for trunk/Utilities/ExRootAnalysis/interface
- Timestamp:
- Mar 10, 2009, 11:52:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r307 r310 253 253 void SetEtaPhiCalo(const float eta, const float phi) {EtaCalo=eta; PhiCalo=phi;}; 254 254 255 float EHoverEE; 255 256 bool IsolFlag; 256 257 … … 266 267 static TCompare *fgCompare; //! 267 268 269 float EHoverEE; 268 270 ClassDef(TRootPhoton, 1) 269 271 }; … … 282 284 void SetEtaPhiCalo(const float eta, const float phi) {EtaCalo=eta; PhiCalo=phi;}; 283 285 286 float EHoverEE; 284 287 static TCompare *fgCompare; //! 285 288 … … 356 359 int NTracks; 357 360 361 float EHoverEE; 358 362 // float E; // particle energy in GeV 359 363 // float Px; // particle momentum vector (x component) in GeV … … 384 388 bool Btag; 385 389 int NTracks; 390 391 float EHoverEE; 386 392 ClassDef(TRootJet, 1) 387 393 };
Note:
See TracChangeset
for help on using the changeset viewer.