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

File Contents

# Content
1 #ifndef SynchroCountsObjVect_H
2 #define SynchroCountsObjVect_H
3
4 #include "TObject.h"
5 #include "UserCode/L1RpcTriggerAnalysis/interface/SynchroCountsObj.h"
6
7 #include <vector>
8
9 struct SynchroCountsObjVect : public TObject {
10 std::vector< SynchroCountsObj > data;
11 ClassDef(SynchroCountsObjVect,1)
12 };
13
14
15 #endif