10 |
|
// Authors: J.Bendavid |
11 |
|
//-------------------------------------------------------------------------------------------------- |
12 |
|
|
13 |
< |
#ifndef TREEFILLER_FILLERCONVERSIONELECTRONS_H |
14 |
< |
#define TREEFILLER_FILLERCONVERSIONELECTRONS_H |
13 |
> |
#ifndef MITPROD_TREEFILLER_FILLERCONVERSIONELECTRONS_H |
14 |
> |
#define MITPROD_TREEFILLER_FILLERCONVERSIONELECTRONS_H |
15 |
|
|
16 |
|
#include "FWCore/ParameterSet/interface/ParameterSet.h" |
17 |
|
#include "MitAna/DataUtil/interface/TreeWriter.h" |
28 |
|
FillerConversionElectrons(const edm::ParameterSet &cfg, bool active=1); |
29 |
|
~FillerConversionElectrons(); |
30 |
|
|
31 |
< |
void BookDataBlock(TreeWriter &tws); |
32 |
< |
void FillDataBlock(const edm::Event &e, const edm::EventSetup &es); |
33 |
< |
void FillFromTracks(const mithep::TrackCol *tracks, |
34 |
< |
const TrackMap *trackMap); |
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 |
|
private: |
35 |
|
std::string mitName_; //name of Electrons in OAK |
36 |
|
std::string convInOutTracksName_; //name of converted in-out track |