Skip to Content.
Sympa Menu

sphenix-tracking-l - [Sphenix-tracking-l] Evaluator update

sphenix-tracking-l AT lists.bnl.gov

Subject: sPHENIX tracking discussion

List archive

Chronological Thread  
  • From: Christof Roland <christof.roland AT cern.ch>
  • To: "Frawley, Anthony" <afrawley AT fsu.edu>
  • Cc: "sphenix-tracking-l AT lists.bnl.gov" <sphenix-tracking-l AT lists.bnl.gov>
  • Subject: [Sphenix-tracking-l] Evaluator update
  • Date: Mon, 12 Jun 2017 16:05:12 -0400

Hi, 

anybody who wants to geve the updated evaluator a try please look at:
https://github.com/bogui56/coresoftware/tree/master/simulation/g4simulation/g4eval

In this version all number of hits, layer and tru hit counts are filled for maps, intt and tpc.
Number of wrong (unmatched) hits are also counted now. 

There is an option to run the evaluator without truth matching, so one can just dump the 
entire event into the ntuple without the check for embed flag. To use this modify your 
macro like below:

SvtxEvaluator* eval = new SvtxEvaluator("SVTXEVALUATOR",
g4svtx_eval_out_name);
eval->do_cluster_eval(false);
eval->do_g4hit_eval(false);
eval->do_hit_eval(false);
eval->do_gpoint_eval(false);
eval->do_track_match(false);
eval->scan_for_embedded(false); 
eval->Verbosity(0);
se->registerSubsystem(eval);

Cheers

   Christof 

On 12.06.2017, at 12:34, Frawley, Anthony <afrawley AT fsu.edu> wrote:

Hi All,

We will connect to Bluejeans at 2:30 pm EDT this afternoon for some discussion of our progress.

Best regards
Tony
_______________________________________________
sPHENIX-tracking-l mailing list
sPHENIX-tracking-l AT lists.bnl.gov
https://lists.bnl.gov/mailman/listinfo/sphenix-tracking-l




Archive powered by MHonArc 2.6.24.

Top of Page