# | Line 23 | Line 23 | namespace mithep | |
---|---|---|
23 | class FillerTracks : public BaseFiller | |
24 | { | |
25 | public: | |
26 | < | FillerTracks(const edm::ParameterSet &cfg, |
27 | < | const char *name, const SimParticleMap* sm=0); |
26 | > | FillerTracks(const edm::ParameterSet &cfg, const char *name, |
27 | > | bool active=1, const SimParticleMap* sm=0); |
28 | ~FillerTracks(); | |
29 | ||
30 | void BookDataBlock(TreeWriter &tws); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |