CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DataMixingGeneralTrackWorker.h
Go to the documentation of this file.
1 #ifndef DataMixingGeneralTrackWorker_h
2 #define SimDataMixingGeneralTrackWorker_h
3 
20 
23 //Data Formats
27 
28 #include <map>
29 #include <vector>
30 #include <string>
31 
32 
33 
34 namespace edm
35 {
37  {
38  public:
39 
41 
44 
47 
49  void addGeneralTrackSignals(const edm::Event &e);
50  void addGeneralTrackPileups(const int bcr, const edm::EventPrincipal*,unsigned int EventId);
51 
52 
53  private:
54  // data specifiers
55 
56  edm::InputTag GeneralTrackcollectionSig_ ; // primary name given to collection of GeneralTracks
57  edm::InputTag GeneralTrackLabelSig_ ; // secondary name given to collection of GeneralTracks
58  edm::InputTag GeneralTrackPileInputTag_ ; // InputTag for pileup tracks
59  std::string GeneralTrackCollectionDM_ ; // secondary name to be given to new GeneralTrack
60 
61  //
62 
63  std::auto_ptr<reco::TrackCollection> NewTrackList_;
64 
65 
66  };
67 }//edm
68 
69 #endif
std::auto_ptr< reco::TrackCollection > NewTrackList_
void addGeneralTrackPileups(const int bcr, const edm::EventPrincipal *, unsigned int EventId)