27 |
|
void FillDataBlock(const edm::Event &e, const edm::EventSetup &es); |
28 |
|
|
29 |
|
private: |
30 |
< |
edm::InputTag edmName_; //edm name of met collection |
30 |
> |
edm::InputTag edmName_; //edm name of rho collection |
31 |
> |
edm::InputTag edmNameLowEta_; //edm name of high eta rho collection |
32 |
> |
edm::InputTag edmNameRandom_; //edm name of high eta rho collection |
33 |
> |
edm::InputTag edmNameRandomLowEta_; //edm name of high eta rho collection |
34 |
|
//std::string edmName_; //edm name of met collection |
35 |
|
std::string mitName_; //mit name of PileupEnergyDensitys |
36 |
|
|