-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vhbb heppy722patch2 taustuff #17
Vhbb heppy722patch2 taustuff #17
Conversation
Improvements on gen analyzers from ttH-Hbb people
…oss-cleaning of jet collection)
…r cross-cleaning of jet collection wrt. taus on analysis level)
- event category on generator level - flag indicating if reconstructed tau candidate matches a hadronic tau decay on generator level or is due to misidentified jet, electron or muon
Hi Andrea, thank you very much for merging the pull requests. I see only 1 sample that we need for the tth study: I am looking at the VHbb Ntuples now and I notice that TBrowser->Inspect does not tell me the type of the branches. Thank you, Christian |
Try tree->sprint()
|
I meant print ... Not sprint
|
Ok, I did tree->Print() and I see now that the branches are stored as Double_t or Int_t [*]. The number of entries in the branch matches the number of processed events (98 in my case), however, so I think I am still missing something. Do you store the information for jets as Double_t[nJet] or std::vector<Double_t> in order to handle more than one jet per event ? I noticed that the list of triggers defined in VHbbAnalysis/Heppy/test/vhbb.py does not contain the lepton+tau and double-tau triggers that we need for the tth analysis yet. I am wondering if I can just add these triggers to the TrigAna.triggerBits config with new keys (e.g. "EleTau") or do the keys need to match a certain naming scheme ? I noticed also that the matching of offline reconstructed leptons (e, mu, tau) to the HLT trigger objects is not present in the Ntuple yet. Can you remind me how you do the trigger matching (or does this still need to be implemented ?) [*] ............................................................................
|
Hi, yes you can add your triggers there. Concerning the trigger matching we should check if something already exists PS: I'm surprised we are storing as Double rather than Float... a bug On Sun, Mar 1, 2015 at 2:25 PM, Christian Veelken [email protected]
|
please make a PR adding the dataset in datasets.txt and the trigger bits in vhbb.py |
Ok, the changes are included in PR #19 |
[80X] update the pA simulation GT to take latest L1T menu and HLT JECs
replaces #13 and #15
@veelken