8 |
|
// Authors: Si Xie |
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
|
|
11 |
< |
#ifndef TREEFILLER_FILLERBASICCLUSTERS_H |
12 |
< |
#define TREEFILLER_FILLERBASICCLUSTERS_H |
11 |
> |
#ifndef MITPROD_TREEFILLER_FILLERBASICCLUSTERS_H |
12 |
> |
#define MITPROD_TREEFILLER_FILLERBASICCLUSTERS_H |
13 |
|
|
14 |
|
#include "FWCore/ParameterSet/interface/ParameterSet.h" |
15 |
|
#include "MitAna/DataUtil/interface/TreeWriter.h" |
35 |
|
std::string basicClusterMapName_; //name of export map |
36 |
|
mithep::BasicClusterArr *basicClusters_; //array of basic clusters |
37 |
|
mithep::BasicClusterMap *basicClusterMap_; //map wrt basic Clusters |
38 |
– |
|
38 |
|
}; |
39 |
|
} |
40 |
|
#endif |