CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HistoShifter.h
Go to the documentation of this file.
1 #ifndef HistoShifter_H
2 #define HistoShifter_H
3 
4 #include "TH1F.h"
5 
6 class HistoShifter {
7  public:
10  bool insertAndShift(TH1F * in, const float& value);
11  bool insertAndShift(TH1F * in, const float& value, const float& error);
12 };
13 
14 #endif
bool insertAndShift(TH1F *in, const float &value)
Definition: HistoShifter.cc:5