HGCal Test Beam  03a93d6239a951948e06fb3ef8dae4cbdebfad30
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
HGCSSCollections.h
Go to the documentation of this file.
1 #ifndef HGCSSCOLLECTIONS_H
2 #define HGCSSCOLLECTIONS_H
3 
4 #include "DataFormats/Common/interface/SortedCollection.h"
5 #include "DataFormats/Common/interface/Ref.h"
6 #include "DataFormats/Common/interface/RefVector.h"
7 
8 #include "HGCal/TBStandaloneSimulator/interface/HGCSSSimHit.hh"
9 #include "HGCal/TBStandaloneSimulator/interface/HGCSSGenParticle.hh"
10 #include "HGCal/TBStandaloneSimulator/interface/HGCSSSamplingSection.hh"
11 
12 typedef edm::SortedCollection<HGCSSSimHit> HGCSSSimHitCollection;
13 typedef edm::Ref<HGCSSSimHitCollection> HGCSSSimHitRef;
14 typedef edm::RefVector<HGCSSSimHitCollection> HGCSSSimHitRefVector;
15 typedef edm::RefProd<HGCSSSimHitCollection> HGCSSSimHitRefProd;
16 
17 typedef edm::SortedCollection<HGCSSGenParticle> HGCSSGenParticleCollection;
18 typedef edm::Ref<HGCSSGenParticleCollection> HGCSSGenParticleRef;
19 typedef edm::RefVector<HGCSSGenParticleCollection> HGCSSGenParticleRefVector;
20 typedef edm::RefProd<HGCSSGenParticleCollection> HGCSSGenParticleRefProd;
21 
22 typedef edm::SortedCollection<HGCSSSamplingSection>
24 typedef edm::Ref<HGCSSSamplingSectionCollection>
26 typedef edm::RefVector<HGCSSSamplingSectionCollection>
28 typedef edm::RefProd<HGCSSSamplingSectionCollection>
30 
31 #endif
edm::RefProd< HGCSSSamplingSectionCollection > HGCSSSamplingSectionRefProd
edm::RefVector< HGCSSSamplingSectionCollection > HGCSSSamplingSectionRefVector
edm::RefVector< HGCSSSimHitCollection > HGCSSSimHitRefVector
edm::RefProd< HGCSSSimHitCollection > HGCSSSimHitRefProd
edm::SortedCollection< HGCSSSamplingSection > HGCSSSamplingSectionCollection
edm::Ref< HGCSSSimHitCollection > HGCSSSimHitRef
edm::Ref< HGCSSGenParticleCollection > HGCSSGenParticleRef
edm::RefVector< HGCSSGenParticleCollection > HGCSSGenParticleRefVector
edm::SortedCollection< HGCSSGenParticle > HGCSSGenParticleCollection
edm::RefProd< HGCSSGenParticleCollection > HGCSSGenParticleRefProd
edm::Ref< HGCSSSamplingSectionCollection > HGCSSSamplingSectionRef
edm::SortedCollection< HGCSSSimHit > HGCSSSimHitCollection