Changeset 151255d in git
- Timestamp:
- Aug 30, 2016, 12:12:33 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- e121288
- Parents:
- 947209d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r947209d r151255d 49 49 Long64_t Number; // event number 50 50 51 Float_t ReadTime; 52 Float_t ProcTime; 51 Float_t ReadTime; // read time 52 Float_t ProcTime; // processing time 53 53 54 54 ClassDef(Event, 1) … … 147 147 Float_t Pz; // particle momentum vector (z component) | hepevt.phep[number][2] 148 148 149 Float_t D0; 150 Float_t DZ; 151 Float_t P; 152 Float_t PT; 153 Float_t CtgTheta; 154 Float_t Phi; 149 Float_t D0; // particle transverse impact parameter 150 Float_t DZ; // particle longitudinal impact parameter 151 Float_t P; // particle momentum 152 Float_t PT; // particle transverse momentum 153 Float_t CtgTheta; // particle cotangent of theta 154 Float_t Phi; // particle azimuthal angle 155 155 Float_t Eta; // particle pseudorapidity 156 156 Float_t Rapidity; // particle rapidity … … 174 174 { 175 175 public: 176 Float_t T; // vertex position (t component) 176 177 177 Float_t X; // vertex position (x component) 178 178 Float_t Y; // vertex position (y component) 179 179 Float_t Z; // vertex position (z component) 180 181 Double_t ErrorX; 182 Double_t ErrorY; 183 Double_t ErrorZ; 184 Double_t ErrorT; 185 186 Int_t Index; 187 Int_t NDF; 180 Float_t T; // vertex position (t component) 181 182 Double_t ErrorX; // vertex position error (x component) 183 Double_t ErrorY; // vertex position error (y component) 184 Double_t ErrorZ; // vertex position error (z component) 185 Double_t ErrorT; // vertex position error (t component) 186 187 Int_t Index; // vertex index 188 Int_t NDF; // number of degrees of freedom 188 189 Double_t Sigma; 189 190 Double_t SumPT2; … … 257 258 Float_t E; // photon energy 258 259 259 Float_t T; // particle arrival time of flight260 Float_t T; // particle arrival time of flight 260 261 261 262 Float_t EhadOverEem; // ratio of the hadronic versus electromagnetic energy deposited in the calorimeter … … 263 264 TRefArray Particles; // references to generated particles 264 265 265 // Isolation variables 266 267 Float_t IsolationVar; 268 Float_t IsolationVarRhoCorr; 269 Float_t SumPtCharged; 270 Float_t SumPtNeutral; 271 Float_t SumPtChargedPU; 272 Float_t SumPt; 266 Float_t IsolationVar; // isolation variable 267 Float_t IsolationVarRhoCorr; // isolation variable 268 Float_t SumPtCharged; // isolation variable 269 Float_t SumPtNeutral; // isolation variable 270 Float_t SumPtChargedPU; // isolation variable 271 Float_t SumPt; // isolation variable 273 272 274 273 static CompBase *fgCompare; //! … … 290 289 Float_t Phi; // electron azimuthal angle 291 290 292 Float_t T; // particle arrival time of flight291 Float_t T; // particle arrival time of flight 293 292 294 293 Int_t Charge; // electron charge … … 298 297 TRef Particle; // reference to generated particle 299 298 300 // Isolation variables 301 302 Float_t IsolationVar; 303 Float_t IsolationVarRhoCorr; 304 Float_t SumPtCharged; 305 Float_t SumPtNeutral; 306 Float_t SumPtChargedPU; 307 Float_t SumPt; 299 Float_t IsolationVar; // isolation variable 300 Float_t IsolationVarRhoCorr; // isolation variable 301 Float_t SumPtCharged; // isolation variable 302 Float_t SumPtNeutral; // isolation variable 303 Float_t SumPtChargedPU; // isolation variable 304 Float_t SumPt; // isolation variable 308 305 309 306 static CompBase *fgCompare; //! … … 325 322 Float_t Phi; // muon azimuthal angle 326 323 327 Float_t T; // particle arrival time of flight324 Float_t T; // particle arrival time of flight 328 325 329 326 Int_t Charge; // muon charge … … 331 328 TRef Particle; // reference to generated particle 332 329 333 // Isolation variables 334 335 Float_t IsolationVar; 336 Float_t IsolationVarRhoCorr; 337 Float_t SumPtCharged; 338 Float_t SumPtNeutral; 339 Float_t SumPtChargedPU; 340 Float_t SumPt; 330 Float_t IsolationVar; // isolation variable 331 Float_t IsolationVarRhoCorr; // isolation variable 332 Float_t SumPtCharged; // isolation variable 333 Float_t SumPtNeutral; // isolation variable 334 Float_t SumPtChargedPU; // isolation variable 335 Float_t SumPt; // isolation variable 341 336 342 337 static CompBase *fgCompare; //! … … 365 360 Float_t DeltaPhi; // jet radius in azimuthal angle 366 361 367 UInt_t Flavor; 368 UInt_t FlavorAlgo; 369 UInt_t FlavorPhys; 362 UInt_t Flavor; // jet flavor 363 UInt_t FlavorAlgo; // jet flavor 364 UInt_t FlavorPhys; // jet flavor 370 365 371 366 UInt_t BTag; // 0 or 1 for a jet that has been tagged as containing a heavy quark 372 UInt_t BTagAlgo; 373 UInt_t BTagPhys; 367 UInt_t BTagAlgo; // 0 or 1 for a jet that has been tagged as containing a heavy quark 368 UInt_t BTagPhys; // 0 or 1 for a jet that has been tagged as containing a heavy quark 374 369 375 370 UInt_t TauTag; // 0 or 1 for a jet that has been tagged as a tau … … 426 421 Float_t Y; // track vertex position (y component) 427 422 Float_t Z; // track vertex position (z component) 428 Float_t T; // track vertex position ( zcomponent)423 Float_t T; // track vertex position (t component) 429 424 430 425 Float_t XOuter; // track position (x component) at the tracker edge 431 426 Float_t YOuter; // track position (y component) at the tracker edge 432 427 Float_t ZOuter; // track position (z component) at the tracker edge 433 Float_t TOuter; // track position ( zcomponent) at the tracker edge428 Float_t TOuter; // track position (t component) at the tracker edge 434 429 435 430 Float_t L; // track path length 436 Float_t ErrorT; // error on the time measurement437 438 Float_t D0; // track signedtransverse impact parameter439 Float_t ErrorD0; // signed error on the track signed transverse impact parameter440 441 Float_t DZ; // track transverse momentum442 Float_t ErrorDZ; // track transverse momentumerror443 444 Float_t P; // track transversemomentum445 Float_t ErrorP; // track transversemomentum error431 Float_t ErrorT; // time measurement error 432 433 Float_t D0; // track transverse impact parameter 434 Float_t ErrorD0; // track transverse impact parameter error 435 436 Float_t DZ; // track longitudinal impact parameter 437 Float_t ErrorDZ; // track longitudinal impact parameter error 438 439 Float_t P; // track momentum 440 Float_t ErrorP; // track momentum error 446 441 447 442 Float_t PT; // track transverse momentum 448 443 Float_t ErrorPT; // track transverse momentum error 449 444 450 Float_t CtgTheta; // track transverse momentum451 Float_t ErrorCtgTheta; // track transverse momentumerror445 Float_t CtgTheta; // track cotangent of theta 446 Float_t ErrorCtgTheta; // track cotangent of theta error 452 447 453 448 Float_t Phi; // track azimuthal angle 454 Float_t ErrorPhi; // track azimuthal angle 455 456 Float_t Xd; 457 Float_t Yd; 458 Float_t Zd; 449 Float_t ErrorPhi; // track azimuthal angle error 450 451 Float_t Xd; // X coordinate of point of closest approach to vertex 452 Float_t Yd; // Y coordinate of point of closest approach to vertex 453 Float_t Zd; // Z coordinate of point of closest approach to vertex 459 454 460 455 TRef Particle; // reference to generated particle
Note:
See TracChangeset
for help on using the changeset viewer.