23 |
|
FillerPFCandidates(const edm::ParameterSet &cfg, const char *name, bool active=1); |
24 |
|
~FillerPFCandidates(); |
25 |
|
|
26 |
< |
void BookDataBlock(TreeWriter &tws, const edm::EventSetup &es); |
26 |
> |
void BookDataBlock(TreeWriter &tws); |
27 |
|
void FillDataBlock(const edm::Event &e, const edm::EventSetup &es); |
28 |
|
void ResolveLinks (const edm::Event &e, const edm::EventSetup &es); |
29 |
|
|
38 |
|
std::string muonMapName_; //name of imported map wrt muons |
39 |
|
std::string conversionMapName_; //name of imported map wrt conversions |
40 |
|
std::string pfCandMapName_; //name of exported pf candidate map |
41 |
+ |
bool allowMissingTrackRef_; //allow missing track reference (needed for tau embedding samples) |
42 |
|
const mithep::TrackMap *trackerTrackMap_; //map wrt tracker tracks |
43 |
|
const mithep::TrackMap *gsfTrackMap_; //map wrt pf gsf tracks |
44 |
|
const mithep::MuonMap *muonMap_; //map wrt muons |