Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 99 to 99 | ||||||||
GeneralParameter string 1 TreeNameGlobalInfo=D3PD | ||||||||
Changed: | ||||||||
< < | The thing you have to match is the name in the lines containing the string "EvInfoTree" in VariableTreeToNTPATLASttHSemiLeptonic-v15.txt | |||||||
> > | It is necessary to match the variable names in the lines containing the string "EvInfoTree" in VariableTreeToNTPATLASttHSemiLeptonic-v15.txt | |||||||
Changed: | ||||||||
< < | to your file. | |||||||
> > | to the names in the output file from the event generator. | |||||||
Now the first problem I see is that the lepton inforamtion is not in EvInfoTree -- so you will need to try to figure out if it is available! | ||||||||
Changed: | ||||||||
< < | Then you wil have to add this to the VariableTreeToNTPATLASttHSemileptonic-v15.txt file. I do find that | |||||||
> > | Then you wil have to add this to VariableTreeToNTPATLASttHSemileptonic-v15.txt | |||||||
Changed: | ||||||||
< < | TreeSpecATLAStth-v15.txt | |||||||
> > | I do find that TreeSpecATLAStth-v15.txthas: | |||||||
Changed: | ||||||||
< < | has: ListParameter SpecifyVariable:PL_SelLepton_Pt 1 Type:double ListParameter SpecifyVariable:PL_SelLepton_Phi 1 Type:double ListParameter SpecifyVariable:PL_SelLepton_Eta 1 Type:double | |||||||
> > | ListParameter SpecifyVariable:PL_SelLepton_Pt 1 Type:double ListParameter SpecifyVariable:PL_SelLepton_Phi 1 Type:double ListParameter SpecifyVariable:PL_SelLepton_Eta 1 Type:double | |||||||
Note that the actual px,py,pz,e as you had are not there so you may have to make a new file with those variables. | ||||||||
Changed: | ||||||||
< < | Then you need to add the variable defintions to VariableTreeToNTPATLASttHSemiLeptonic-v15.txt | |||||||
> > | Then you need to add the variable defintions to VariableTreeToNTPATLASttHSemiLeptonic-v15.txt | |||||||
Changed: | ||||||||
< < | Here is an example ListParameter EvInfoTree:28 1 PL_SelLepton_Pt:PL_SelLepton_Pt/PL_SelLepton_Pt: | |||||||
> > | Here is an example:
ListParameter EvInfoTree:28 1 PL_SelLepton_Pt:PL_SelLepton_Pt/PL_SelLepton_Pt: | |||||||
o For each variable you add, you need to increment the number. So EvInfoTree:28 needs to goto EvInfoTree:29 for the next varaible. |