Skip to content
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

Merged
merged 11 commits into from
Mar 1, 2015

Conversation

arizzi
Copy link

@arizzi arizzi commented Mar 1, 2015

replaces #13 and #15
@veelken

cbernet and others added 9 commits February 27, 2015 13:35
Improvements on gen analyzers from ttH-Hbb  people
…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
@arizzi arizzi added this to the V10 milestone Mar 1, 2015
@veelken
Copy link

veelken commented Mar 1, 2015

Hi Andrea,

thank you very much for merging the pull requests.

I see only 1 sample that we need for the tth study:
/TTbarH_HToTauTau_M-125_13TeV_amcatnlo-pythia8-tauola/Phys14DR-AVE30BX50_tsg_PHYS14_ST_V1-v1/MINIAODSIM

I am looking at the VHbb Ntuples now and I notice that TBrowser->Inspect does not tell me the type of the branches.
Could you tell me how you read e.g.
Jet_pt
?

Thank you,

Christian

@arizzi
Copy link
Author

arizzi commented Mar 1, 2015

Try tree->sprint()
Il 01/mar/2015 14:08 "Christian Veelken" [email protected] ha
scritto:

Hi Andrea,

thank you very much for merging the pull requests.

I see only 1 sample that we need for the tth study:

/TTbarH_HToTauTau_M-125_13TeV_amcatnlo-pythia8-tauola/Phys14DR-AVE30BX50_tsg_PHYS14_ST_V1-v1/MINIAODSIM

I am looking at the VHbb Ntuples now and I notice that TBrowser->Inspect
does not tell me the type of the branches.
Could you tell me how you read e.g.
Jet_pt
?

Thank you,

Christian


Reply to this email directly or view it on GitHub
#17 (comment).

@arizzi
Copy link
Author

arizzi commented Mar 1, 2015

I meant print ... Not sprint
Il 01/mar/2015 14:09 "Andrea Rizzi" [email protected] ha scritto:

Try tree->sprint()
Il 01/mar/2015 14:08 "Christian Veelken" [email protected] ha
scritto:

Hi Andrea,

thank you very much for merging the pull requests.

I see only 1 sample that we need for the tth study:

/TTbarH_HToTauTau_M-125_13TeV_amcatnlo-pythia8-tauola/Phys14DR-AVE30BX50_tsg_PHYS14_ST_V1-v1/MINIAODSIM

I am looking at the VHbb Ntuples now and I notice that TBrowser->Inspect
does not tell me the type of the branches.
Could you tell me how you read e.g.
Jet_pt
?

Thank you,

Christian


Reply to this email directly or view it on GitHub
#17 (comment).

@veelken
Copy link

veelken commented Mar 1, 2015

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 ?)

[*]

............................................................................
*Br 457 :Jet_mass : *

  •     | Double_t mass for Cental+fwd jets after full selection and cleaning, sorted by b-tag*
    
    Entries : 98 : Total Size= 7555 bytes File Size = 4050 *
    *Baskets : 1 : Basket Size= 32000 bytes Compression= 1.71 *
    *............................................................................

@arizzi
Copy link
Author

arizzi commented Mar 1, 2015

Hi,
yes the information is store as Jet_pt[nJet], Jet_eta[nJet] etc..

yes you can add your triggers there.

Concerning the trigger matching we should check if something already exists
from the CMG side but for sure we (VH) did not implement it.

PS: I'm surprised we are storing as Double rather than Float... a bug
perhaps... let me see

On Sun, Mar 1, 2015 at 2:25 PM, Christian Veelken [email protected]
wrote:

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 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 ?)

[*]

............................................................................
*Br 457 :Jet_mass : *

  • | Double_t mass for Cental+fwd jets after full selection and
    cleaning, sorted by b-tag* Entries : 98 : Total Size= 7555 bytes File
    Size = 4050 * *Baskets : 1 : Basket Size= 32000 bytes Compression= 1.71 *
    *............................................................................


Reply to this email directly or view it on GitHub
#17 (comment).

@arizzi
Copy link
Author

arizzi commented Mar 1, 2015

please make a PR adding the dataset in datasets.txt and the trigger bits in vhbb.py

arizzi added a commit that referenced this pull request Mar 1, 2015
@arizzi arizzi merged commit 4f78f8b into vhbb:vhbbHeppy722patch2 Mar 1, 2015
@arizzi arizzi deleted the vhbbHeppy722patch2-taustuff branch March 1, 2015 13:48
@veelken
Copy link

veelken commented Mar 1, 2015

Ok, the changes are included in PR #19

arizzi added a commit that referenced this pull request Mar 1, 2015
arizzi pushed a commit that referenced this pull request Jan 13, 2017
[80X] update the pA simulation GT to take latest L1T menu and HLT JECs
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.

3 participants