Changeset 1354 in svn
- Timestamp:
- Jan 20, 2014, 12:30:34 PM (11 years ago)
- Location:
- trunk/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/DelphesClasses.cc
r1348 r1354 111 111 Position(0.0, 0.0, 0.0, 0.0), 112 112 Area(0.0, 0.0, 0.0, 0.0), 113 fFactory(0),114 fArray(0),115 113 NCharged(0), 116 114 NNeutrals(0), … … 118 116 BetaStar(0), 119 117 MeanSqDeltaR(0), 120 PTD(0) 118 PTD(0), 119 fFactory(0), 120 fArray(0) 121 121 { 122 122 Edges[0] = 0.0; -
trunk/classes/DelphesClasses.h
r1348 r1354 211 211 212 212 Float_t E; // photon energy 213 214 Float_t T; //particle arrival time of flight 215 213 214 Float_t T; //particle arrival time of flight 215 216 216 Float_t EhadOverEem; // ratio of the hadronic versus electromagnetic energy deposited in the calorimeter 217 217 … … 235 235 Float_t Eta; // electron pseudorapidity 236 236 Float_t Phi; // electron azimuthal angle 237 238 Float_t T; //particle arrival time of flight 239 237 238 Float_t T; //particle arrival time of flight 239 240 240 Int_t Charge; // electron charge 241 241 … … 262 262 Float_t Phi; // muon azimuthal angle 263 263 264 Float_t T; //particle arrival time of flight 265 264 Float_t T; //particle arrival time of flight 265 266 266 Int_t Charge; // muon charge 267 267 … … 286 286 Float_t Phi; // jet azimuthal angle 287 287 288 Float_t T; //particle arrival time of flight 289 288 Float_t T; //particle arrival time of flight 289 290 290 Float_t Mass; // jet invariant mass 291 291 … … 371 371 Float_t E; // calorimeter tower energy 372 372 373 Float_t T; //particle arrival time of flight 374 373 Float_t T; //particle arrival time of flight 374 375 375 Float_t Eem; // calorimeter tower electromagnetic energy 376 376 Float_t Ehad; // calorimeter tower hadronic energy … … 421 421 TLorentzVector Momentum, Position, Area; 422 422 423 static CompBase *fgCompare; //! 424 const CompBase *GetCompare() const { return fgCompare; } 425 426 void AddCandidate(Candidate *object); 427 TObjArray *GetCandidates(); 428 429 Bool_t Overlaps(const Candidate *object) const; 430 431 virtual void Copy(TObject &object) const; 432 virtual TObject *Clone(const char *newname = "") const; 433 virtual void Clear(Option_t* option = ""); 434 435 // -- PileUpJetID variables --- 423 // PileUpJetID variables 436 424 437 425 Int_t NCharged; … … 443 431 Float_t FracPt[5]; 444 432 433 static CompBase *fgCompare; //! 434 const CompBase *GetCompare() const { return fgCompare; } 435 436 void AddCandidate(Candidate *object); 437 TObjArray *GetCandidates(); 438 439 Bool_t Overlaps(const Candidate *object) const; 440 441 virtual void Copy(TObject &object) const; 442 virtual TObject *Clone(const char *newname = "") const; 443 virtual void Clear(Option_t* option = ""); 444 445 445 private: 446 446 DelphesFactory *fFactory; //!
Note:
See TracChangeset
for help on using the changeset viewer.