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
b5aeca98
Commit
b5aeca98
authored
Jul 13, 2015
by
Marian I Ivanov
Browse files
PWGPP-123 - macros to be used for the first guess filling of the MC productiontable
parent
fba658e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
queryProductionInfo/code/fillMCTable.C
View file @
b5aeca98
/*
get production form production table
Get production form production table
.L $NOTES/../AliceMcProductionSetup/queryProductionInfo/code/fillMCTable.C
initMCTable();
GetPairProductionComment();
*/
TTree
*
productionTree
=
0
;
...
...
@@ -17,12 +22,12 @@ void initMCTable(){
}
}
void
GetPairProduction
JIRA
(){
void
GetPairProduction
Comment
(){
//
//
//
((
TTreePlayer
*
)
productionTree
->
GetPlayer
())
->
SetScanFileName
(
"productionComment.txt"
);
((
TTreePlayer
*
)
productionTree
->
GetPlayer
())
->
SetScanRedirect
(
kTRUE
);
productionTree
->
Scan
(
"Production:Description"
,
""
,
"col=:300"
)
productionTree
->
Scan
(
"Production:Description"
,
""
,
"col=:300"
)
;
}
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