31 |
|
void BookDataBlock(TreeWriter &tws); |
32 |
|
void FillDataBlock(const edm::Event &e, const edm::EventSetup &es); |
33 |
|
void FillFromTracks(const mithep::TrackCol *tracks, const TrackMap *trackMap); |
34 |
+ |
|
35 |
|
private: |
36 |
< |
std::string mitName_; //name of Electrons in OAK |
36 |
> |
std::string mitName_; //name of Electrons |
37 |
|
std::string convInOutTracksName_; //name of converted in-out track |
38 |
|
std::string convOutInTracksName_; //name of converted out- track |
39 |
|
std::string convInOutTrackMapName_; //name of imported map wrt in-out |