3 |
|
// |
4 |
|
// FillerMet |
5 |
|
// |
6 |
< |
// Imlementation of a filler to fill EDM missing ET objects into our mithep::Met data structure. |
6 |
> |
// Implementation of a filler to fill EDM missing ET objects into our mithep::Met data structure. |
7 |
|
// |
8 |
|
// Authors: C.Loizides |
9 |
|
//-------------------------------------------------------------------------------------------------- |
31 |
|
|
32 |
|
private: |
33 |
|
std::string edmName_; //edm name of met collection |
34 |
< |
std::string mitName_; //name of Mets in OAK |
35 |
< |
mithep::MetArr *mets_; //array of Mets |
34 |
> |
std::string mitName_; //mit name of Mets |
35 |
> |
mithep::MetArr *mets_; //array of Mets |
36 |
|
}; |
37 |
|
} |
38 |
|
#endif |