Skip to content

Commit

Permalink
typo : dtcnew ----> new
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazier committed Sep 17, 2020
1 parent 758ef89 commit 2760a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/Create_templateFS.C
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//pcm.AddParticleCut("e-",new EventBuilderCut());
//pcm.AddParticleCut("proton",new EventBuilderCut());
//pcm.AddParticleCut("pi+",new EventBuilderCut());
//pcm.AddParticleCut("pi-",dtcnew DeltaTimeCut(2));//Apply a Delta Time cut of 2ns
//pcm.AddParticleCut("pi-", new DeltaTimeCut(2));//Apply a Delta Time cut of 2ns
// FS->RegisterPostTopoAction(pcm);

////Write to file for later processing
Expand Down

0 comments on commit 2760a46

Please sign in to comment.