ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/SynchroCountsObj.h
Revision: 1.1
Committed: Mon Oct 1 19:19:57 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:
major changes,

File Contents

# Content
1 #ifndef SynchroCountsObj_H
2 #define SynchroCountsObj_H
3
4 #include "TObject.h"
5
6 struct SynchroCountsObj : public TObject {
7 int dccId, dccInputChannelNum, tbLinkInputNum, lbNumInLink;
8 int bx;
9 ClassDef(SynchroCountsObj,1)
10 };
11
12 #endif