All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GenieWeightList.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <vector>
5 #include <map>
6 
7 namespace ana
8 {
9  std::vector<std::string> GetGenieWeightNames();
10 
11  // -1 if not found, and an error printout unless quiet=true
12  int GetGenieIndex(const std::string& name, bool quiet = false);
13 
14  std::string GetGenieWeightName(int index);
15 
16  double GetGenieMin(int index);
17 
18  double GetGenieMax(int index);
19 
20  std::pair<double,double> GetGenieDialLimits(const std::string& name);
21 
22 }
int GetGenieIndex(const std::string &name, bool quiet)
std::vector< std::string > GetGenieWeightNames()
std::string GetGenieWeightName(int index)
double GetGenieMax(int index)
process_name opflashCryoW ana
double GetGenieMin(int index)
std::pair< double, double > GetGenieDialLimits(const std::string &name)
then echo fcl name