From 2760a46a985403a0ae807bfdfff3caa6e8e5baf6 Mon Sep 17 00:00:00 2001 From: dglazier Date: Thu, 17 Sep 2020 08:49:28 +0100 Subject: [PATCH] typo : dtcnew ----> new --- skeleton/Create_templateFS.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skeleton/Create_templateFS.C b/skeleton/Create_templateFS.C index 3ab99c0..cf59927 100644 --- a/skeleton/Create_templateFS.C +++ b/skeleton/Create_templateFS.C @@ -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