Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dario Berzano
AliceMcProductionSetup
Commits
fba658e5
Commit
fba658e5
authored
Jul 12, 2015
by
Marian I Ivanov
Browse files
remove file
parent
7fe48e03
Changes
1
Hide whitespace changes
Inline
Side-by-side
queryProductionInfo/code/fillMCTable.C~
deleted
100644 → 0
View file @
7fe48e03
/*
get production form production table
.L $NOTES/JIRA/PWGPP-123/code/fillMCTable.C
*/
TTree * productionTree=0;
void initMCTable(){
//
//
// Get table from the MonaLisa
// curl --cert $HOME/.globus/usercert.pem --key $HOME/.globus/userkey.pem --capath $HOME/alien/globus/share/certificates "https://alimonitor.cern.ch/job_details.jsp?$&res_path=csv" -o production.csv
//
if (!productionTree){
productionTree=new TTree("productionTree","productionTree");
productionTree->ReadFile("production.csv","",'\"');
}
}
void GetPairProductionJIRA(){
//
//
//
((TTreePlayer*)productionTree->GetPlayer())->SetScanFileName("productionComment.txt");
((TTreePlayer*)productionTree->GetPlayer())->SetScanRedirect(kTRUE);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment