Skip to content

Conversation

@dzoucms
Copy link
Collaborator

@dzoucms dzoucms commented Feb 4, 2016

Added changes to make it easier to switch between single production and pair production use of code.

Global variables in Macro.cc replace the need to find/change instances of the path to the /test directory and X53X53 vs X53T.

The current pair and single production variables are currently both in Macro.cc (one of which is commented out)

For pair:
std::string testDir = "/uscms_data/d3/clint/using_git/T53/ljmet/CMSSW_7_4_10_patch1/src/AnalysisCode/X53ThirteenTeVAnalysisCode/test/";
std::string bgTestDir = testDir;
std::string x53String = "X53X53";

For Single:
std::string testDir = "/uscms_data/d3/dzou/using_git/T53/ljmet/CMSSW_7_4_15_patch1/src/dzoucms-fork/X53ThirteenTeVAnalysisCode/test";
std::string bgTestDir = "/uscms_data/d3/clint/using_git/T53/ljmet/CMSSW_7_4_10_patch1/src/AnalysisCode/X53ThirteenTeVAnalysisCode/test/";
std::string x53String = "X53T";

@dzoucms dzoucms closed this Aug 26, 2016
@dzoucms dzoucms reopened this Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant