8 |
|
// Authors: Si Xie |
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
|
|
11 |
< |
#ifndef TREEFILLER_FILLERSUPERCLUSTERS_H |
12 |
< |
#define TREEFILLER_FILLERSUPERCLUSTERS_H |
11 |
> |
#ifndef MITPROD_TREEFILLER_FILLERSUPERCLUSTERS_H |
12 |
> |
#define MITPROD_TREEFILLER_FILLERSUPERCLUSTERS_H |
13 |
|
|
14 |
|
#include "FWCore/ParameterSet/interface/ParameterSet.h" |
15 |
|
#include "MitAna/DataUtil/interface/TreeWriter.h" |
32 |
|
const mithep::SuperClusterMap *GetSuperClusterMap() const { return superClusterMap_; } |
33 |
|
|
34 |
|
private: |
35 |
< |
std::string edmName_; |
36 |
< |
std::string mitName_; |
37 |
< |
|
38 |
< |
std::string basicClusterMapName_; //name of imported map wrt basic clusters |
39 |
< |
std::string superClusterMapName_; //name of export map |
40 |
< |
|
41 |
< |
const mithep::BasicClusterMap *basicClusterMap_; //map wrt basic clusters |
42 |
< |
|
43 |
< |
mithep::SuperClusterArr *superClusters_; //array of super clusters |
44 |
< |
mithep::SuperClusterMap *superClusterMap_; //map wrt super clusters |
45 |
< |
|
46 |
< |
|
35 |
> |
std::string edmName_; |
36 |
> |
std::string mitName_; |
37 |
> |
std::string basicClusterMapName_; //name of imp. map wrt basic clusters |
38 |
> |
std::string superClusterMapName_; //name of exported map |
39 |
> |
const mithep::BasicClusterMap *basicClusterMap_; //map wrt basic clusters |
40 |
> |
mithep::SuperClusterArr *superClusters_; //array of super clusters |
41 |
> |
mithep::SuperClusterMap *superClusterMap_; //map wrt super clusters |
42 |
|
}; |
43 |
|
} |
44 |
|
#endif |
45 |
< |
|
45 |
> |
|