Skip to content

Adding the option to view hit CRV bars in time with the reco cosmic t…#256

Open
NamithaChitrazee wants to merge 1 commit intoMu2e:mainfrom
NamithaChitrazee:main
Open

Adding the option to view hit CRV bars in time with the reco cosmic t…#256
NamithaChitrazee wants to merge 1 commit intoMu2e:mainfrom
NamithaChitrazee:main

Conversation

@NamithaChitrazee
Copy link
Copy Markdown
Contributor

Adding the option to view hit CRV bars in time with the reco cosmic tracks

CRV bars associated to coincindence cluster most in time with the reco track are highlighted red.

@sophiemiddleton
Copy link
Copy Markdown
Collaborator

thanks Namitha. This looks good. One question, does it work OK for nominal? Have you tried for Loop or Central Helix?

@NamithaChitrazee
Copy link
Copy Markdown
Contributor Author

Hi @sophiemiddleton just saw this now. So, I have not tested it for loop or central helix tracks but I do not think it will break because this function is called only if there is a reconstructed track and CRV clusters in an event.

if(drawOpts.addTracks and track_list.size() !=0 and drawOpts.addCrvClusters) { pass_data->AddCRVKalIntersection(eveMng, firstLoop, eventScene, data.track_tuple, KKOpts.addKalInter, KKOpts.addTrkStrawHits, KKOpts.addTrkCaloHits, t1, t2, data.crvcoin_tuple, geomOpts.extracted, drawOpts.addCrvBars); }

and for the time being I think we are the only ones using it the most actively. I will do a clean-up today of just putting another fcl parameter like "addCrvClusterTrackExtracted" which we can set to true/false.

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.

2 participants