ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/EventObj.h
Revision: 1.2
Committed: Sun Jun 13 17:27:01 2010 UTC (14 years, 10 months ago) by konec
Content type: text/plain
Branch: MAIN
CVS Tags: Mikolaj_cmssw533, Mikolaj_cmssw52x, Kasia_30_04_2012, Mikolaj_08_10_2011, Mikolaj_05_10_2011, Mikolaj_14_09_2011, Artur_27_07_2011, Artur_25_07_2011, V00-02-01, V00-02-00, V00-01-00
Changes since 1.1: +5 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 konec 1.1 #ifndef EventObj_H
2     #define EventObj_H
3 konec 1.2 #include "TObject.h"
4    
5     struct EventObj : public TObject {
6 konec 1.1 unsigned int bx,id,lumi,run;
7 konec 1.2 ULong64_t time, orbit;
8     ClassDef(EventObj,1)
9 konec 1.1 };
10     #endif