Skip to content

Commit

Permalink
Merge pull request #184 from pinkenburg/intt-fix
Browse files Browse the repository at this point in the history
Fix InttHitReco module name
  • Loading branch information
pinkenburg committed Jun 4, 2019
2 parents 45c2e62 + edb86ae commit fba2278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/g4simulations/G4_Tracking.C
Expand Up @@ -320,7 +320,7 @@ void Tracking_Cells(int verbosity = 0)
if (n_intt_layer > 0)
{
// new storage containers
PHG4InttHitReco* reco = new PHG4InttHitReco("INTT");
PHG4InttHitReco* reco = new PHG4InttHitReco();
// The timing windows are hard-coded in the INTT ladder model, they can be overridden here
//reco->set_double_param("tmax",80.0);
//reco->set_double_param("tmin",-20.0);
Expand Down

0 comments on commit fba2278

Please sign in to comment.