CMS 3D CMS Logo

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