ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/DetCluDigiObj.h
Revision: 1.1
Committed: Tue Oct 23 20:17:43 2012 UTC (12 years, 6 months ago) by konec
Content type: text/plain
Branch: MAIN
CVS Tags: Artur_11_07_2013_B, Artur_11_07_2013_A, Artur_11_07_2013, Artur_28_06_2013, HEAD
Error occurred while calculating annotation data.
Log Message:
*** empty log message ***

File Contents

# Content
1 #ifndef DetCluDigiObj_H
2 #define DetCluDigiObj_H
3
4 #include "TObject.h"
5
6 struct DetCluDigiObj : public TObject {
7 UInt_t det;
8 UInt_t clusterSize, nDigis;
9 ClassDef(DetCluDigiObj,1)
10 };
11 #endif
12