5 |
|
#include <vector> |
6 |
|
#include <string> |
7 |
|
|
8 |
– |
#include "FWCore/ServiceRegistry/interface/Service.h" |
8 |
|
#include "PhysicsTools/UtilAlgos/interface/TFileService.h" |
9 |
|
|
10 |
+ |
#ifdef _FLAGANALYSIS_ |
11 |
+ |
#include "UserCode/HbbAnalysis/interface/TFileDirectory.hh" |
12 |
+ |
#endif |
13 |
|
|
14 |
|
#include "TH1F.h" |
15 |
|
#include "TH2F.h" |
26 |
|
~HistosBase(){}; |
27 |
|
|
28 |
|
void CreateHistos(std::string & aObj, TFileDirectory & aDir, unsigned short aDebug=0); |
29 |
+ |
|
30 |
|
void FillBaseHistograms(double aPT, double aEta, double aPhi, double aCharge); |
31 |
|
|
32 |
|
protected: |