ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/src/EventData.cc
Revision: 1.1
Committed: Thu Jul 11 11:29:44 2013 UTC (11 years, 9 months ago) by akalinow
Content type: text/plain
Branch: MAIN
CVS Tags: Artur_11_07_2013_B, HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 #include "UserCode/L1RpcTriggerAnalysis/interface/EventData.h"
2
3 ClassImp(EventData)
4
5 void EventData::clear(){
6 l1ObjectsOtf.clear();
7 l1ObjectsGmt.clear();
8 }
9