- Timestamp:
- Apr 17, 2014, 10:54:17 AM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b96d99b
- Parents:
- 2e6a81b
- Location:
- classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r2e6a81b re4c3fef 112 112 Position(0.0, 0.0, 0.0, 0.0), 113 113 Dxy(0),SDxy(0),Xd(0),Yd(0),Zd(0), 114 Tau1(0.0), Tau2(0.0), Tau3(0.0), Tau4(0.0), Tau5(0.0), 114 Tau1(0.0), Tau2(0.0), Tau3(0.0), Tau4(0.0), Tau5(0.0), 115 115 Area(0.0, 0.0, 0.0, 0.0), 116 116 NCharged(0), … … 241 241 object.Tau4 = Tau4; 242 242 object.Tau5 = Tau5; 243 243 244 244 object.fFactory = fFactory; 245 245 object.fArray = 0; … … 303 303 Tau4 = 0.0; 304 304 Tau5 = 0.0; 305 305 306 306 fArray = 0; 307 307 } -
classes/DelphesClasses.h
r2e6a81b re4c3fef 107 107 Int_t IsPU; // 0 or 1 for particles from pile-up interactions 108 108 109 110 109 Int_t M1; // particle 1st mother | hepevt.jmohep[number][0] - 1 111 110 Int_t M2; // particle 2nd mother | hepevt.jmohep[number][1] - 1 … … 299 298 300 299 Float_t EhadOverEem; // ratio of the hadronic versus electromagnetic energy deposited in the calorimeter 301 302 TRefArray Constituents; // references to constituents303 TRefArray Particles; // references to generated particles304 305 static CompBase *fgCompare; //!306 const CompBase *GetCompare() const { return fgCompare; }307 308 TLorentzVector P4();309 300 310 301 // -- PileUpJetID variables --- … … 319 310 320 311 // -- Nsubjettiness variables --- 321 322 Float_t Tau1; 323 Float_t Tau2; 324 Float_t Tau3; 325 Float_t Tau4; 326 Float_t Tau5; 312 313 Float_t Tau1; 314 Float_t Tau2; 315 Float_t Tau3; 316 Float_t Tau4; 317 Float_t Tau5; 318 319 TRefArray Constituents; // references to constituents 320 TRefArray Particles; // references to generated particles 321 322 static CompBase *fgCompare; //! 323 const CompBase *GetCompare() const { return fgCompare; } 324 325 TLorentzVector P4(); 327 326 328 327 ClassDef(Jet, 2) … … 355 354 Float_t ZOuter; // track position (z component) at the tracker edge 356 355 Float_t TOuter; // track position (z component) at the tracker edge 357 356 358 357 Float_t Dxy; // track signed transverse impact parameter 359 358 Float_t SDxy; // signed error on the track signed transverse impact parameter … … 369 368 TLorentzVector P4(); 370 369 371 ClassDef(Track, 1)370 ClassDef(Track, 2) 372 371 }; 373 372 … … 456 455 457 456 TLorentzVector Momentum, Position, Area; 458 459 Float_t Dxy; 460 Float_t SDxy; 461 Float_t Xd; 462 Float_t Yd; 463 Float_t Zd; 457 458 Float_t Dxy; 459 Float_t SDxy; 460 Float_t Xd; 461 Float_t Yd; 462 Float_t Zd; 464 463 465 464 // PileUpJetID variables … … 472 471 Float_t PTD; 473 472 Float_t FracPt[5]; 474 473 475 474 // -- Nsubjettiness variables --- 476 477 Float_t Tau1; 478 Float_t Tau2; 479 Float_t Tau3; 480 Float_t Tau4; 481 Float_t Tau5; 482 475 476 Float_t Tau[5]; 477 483 478 static CompBase *fgCompare; //! 484 479 const CompBase *GetCompare() const { return fgCompare; } … … 499 494 void SetFactory(DelphesFactory *factory) { fFactory = factory; } 500 495 501 ClassDef(Candidate, 1)496 ClassDef(Candidate, 2) 502 497 }; 503 498
Note:
See TracChangeset
for help on using the changeset viewer.