Changeset 1348 in svn for trunk/classes/DelphesClasses.h
- Timestamp:
- Jan 3, 2014, 4:41:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/DelphesClasses.h
r1345 r1348 308 308 TLorentzVector P4(); 309 309 310 // -- PileUpJetID variables --- 311 312 Int_t NCharged; 313 Int_t NNeutrals; 314 Float_t Beta; 315 Float_t BetaStar; 316 Float_t MeanSqDeltaR; 317 Float_t PTD; 318 Float_t FracPt[5]; 319 320 321 310 322 ClassDef(Jet, 2) 311 323 }; … … 421 433 virtual void Clear(Option_t* option = ""); 422 434 435 // -- PileUpJetID variables --- 436 437 Int_t NCharged; 438 Int_t NNeutrals; 439 Float_t Beta; 440 Float_t BetaStar; 441 Float_t MeanSqDeltaR; 442 Float_t PTD; 443 Float_t FracPt[5]; 444 423 445 private: 424 446 DelphesFactory *fFactory; //!
Note:
See TracChangeset
for help on using the changeset viewer.