ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbbAnalysis/VHbbDataFormats/src/classes.h
Revision: 1.2.6.1
Committed: Tue Nov 27 05:04:18 2012 UTC (12 years, 5 months ago) by ntran
Content type: text/plain
Branch: hbbsubstructDevPostHCP
CVS Tags: hbbsubstructDev_11, hbbsubstructDev_10, hbbsubstructDev_9, hbbsubstructDev_8, hbbsubstructDev_7, hbbsubstructDev_6, hbbsubstructDev_5
Changes since 1.2: +0 -1 lines
Log Message:
major update, including new proposal for FJ3 inputs to step 2

File Contents

# User Rev Content
1 tboccali 1.1 #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbEvent.h"
2 tboccali 1.2 #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbEventAuxInfo.h"
3 tboccali 1.1 #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbCandidate.h"
4     #include "DataFormats/Common/interface/Wrapper.h"
5    
6     namespace {
7     VHbbEvent pippodd;
8 tboccali 1.2 VHbbEventAuxInfo pdippodd;
9 tboccali 1.1 edm::Wrapper<VHbbEvent> lkj;
10 tboccali 1.2 edm::Wrapper<VHbbEventAuxInfo> lkjd;
11 tboccali 1.1 VHbbCandidate pippo2;
12     std::vector<VHbbCandidate> pippo3;
13     edm::Wrapper<std::vector<VHbbCandidate> > pippo4;
14     }