StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
L2upsilonResult2006.h
1 //
2 // Pibero Djawotho <pibero@iucf.indiana.edu>
3 // Indiana University
4 // March 15, 2006
5 //
6 // L2Result must not exceed 6 words
7 //
8 
9 #ifndef L2_UPSILON_RESULT_2006_H
10 #define L2_UPSILON_RESULT_2006_H
11 
13  unsigned short numberOfL0SeedTowers;
14  unsigned short numberOfL2SeedTowers;
15  float invariantMass;
16  unsigned short eventsSeen;
17  unsigned short eventsAccepted;
18  unsigned int processingTime;
19  float energyOfL0Cluster;
20  float energyOfL2Cluster;
21 };
22 
23 #endif