ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QAHistManagerDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file QAHistManagerDef.h
1 // $Id: $
2 
11 #ifndef QAHISTMANAGERDEF_H_
12 #define QAHISTMANAGERDEF_H_
13 
14 #include <string>
15 
17 class TAxis;
18 
19 namespace QAHistManagerDef
20 {
24 
26  void saveQARootFile(const std::string& file_name);
27 
29  static const std::string HistoManagerName = "QA_HISTOS";
30 
32  void useLogBins(TAxis* axis);
33 } // namespace QAHistManagerDef
34 
35 #endif /* QAHISTMANAGERDEF_H_ */