1 #include "VersioningUtils.hxx" 6 bool prod6_bunching =
false;
7 bool prod6_corrections=
false;
8 bool prod6_systematics=
false;
12 void versionUtils::DumpProductions(){
15 if (versionUtils::prod6_POT)
16 std::cout <<
"Using Prod6 for POT" << std::endl;
18 std::cout <<
"Using Prod5 for POT" << std::endl;
20 if (versionUtils::prod6_bunching)
21 std::cout <<
"Using Prod6 for bunching" << std::endl;
23 std::cout <<
"Using Prod5 for bunching" << std::endl;
25 if (versionUtils::prod6_corrections)
26 std::cout <<
"Using Prod6 for corrections" << std::endl;
28 std::cout <<
"Using Prod5 for corrections" << std::endl;
30 if (versionUtils::prod6_systematics)
31 std::cout <<
"Using Prod6 for systematics" << std::endl;
33 std::cout <<
"Using Prod5 for systematics" << std::endl;
38 std::string versionUtils::Extension(
bool useProdExt){
43 std::string prodExt=
"";
45 if (versionUtils::prod6_systematics)