Revision: | 1.1 |
Committed: | Fri Jul 8 07:32:36 2011 UTC (13 years, 9 months ago) by tboccali |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Jul17th2011, Jul8th2011 |
Log Message: | split in DF and EDM parts |
# | User | Rev | Content |
---|---|---|---|
1 | tboccali | 1.1 | #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbEvent.h" |
2 | #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbCandidate.h" | ||
3 | #include "DataFormats/Common/interface/Wrapper.h" | ||
4 | |||
5 | namespace { | ||
6 | VHbbEvent pippodd; | ||
7 | edm::Wrapper<VHbbEvent> lkj; | ||
8 | VHbbCandidate pippo2; | ||
9 | std::vector<VHbbCandidate> pippo3; | ||
10 | edm::Wrapper<std::vector<VHbbCandidate> > pippo4; | ||
11 | |||
12 | } |