Skip to content
Snippets Groups Projects
Commit d657fbfc authored by Maria Zurek's avatar Maria Zurek
Browse files

Change hit names in drawing scripts

parent 8ec0bc6e
Branches
No related tags found
1 merge request!167Resolve "Clarify EcalBarrel clusters naming in full simulation outputs"
This commit is part of merge request !167. Comments created here will be created in the context of that merge request.
...@@ -105,7 +105,7 @@ if __name__ == '__main__': ...@@ -105,7 +105,7 @@ if __name__ == '__main__':
parser.add_argument('--compact', type=str, default='', dest='compact', help='compact file') parser.add_argument('--compact', type=str, default='', dest='compact', help='compact file')
parser.add_argument('-m', '--macros', type=str, default='rootlogon.C', dest='macros', parser.add_argument('-m', '--macros', type=str, default='rootlogon.C', dest='macros',
help='root macros to load (accept multiple paths separated by \",\")') help='root macros to load (accept multiple paths separated by \",\")')
parser.add_argument('-b', '--branch-name', type=str, default='RecoEcalBarrelHits', dest='branch', parser.add_argument('-b', '--branch-name', type=str, default='RecoEcalBarrelImagingHits', dest='branch',
help='branch name in the root file (outputLayerCollection from ImagingClusterReco)') help='branch name in the root file (outputLayerCollection from ImagingClusterReco)')
parser.add_argument('--topo-size', type=float, default=2.0, dest='topo_size', parser.add_argument('--topo-size', type=float, default=2.0, dest='topo_size',
help='bin size for projection plot (mrad)') help='bin size for projection plot (mrad)')
......
...@@ -57,7 +57,7 @@ if __name__ == '__main__': ...@@ -57,7 +57,7 @@ if __name__ == '__main__':
parser.add_argument('--compact', type=str, default='', dest='compact', help='compact file') parser.add_argument('--compact', type=str, default='', dest='compact', help='compact file')
parser.add_argument('-m', '--macros', type=str, default='rootlogon.C', dest='macros', parser.add_argument('-m', '--macros', type=str, default='rootlogon.C', dest='macros',
help='root macros to load (accept multiple paths separated by \",\")') help='root macros to load (accept multiple paths separated by \",\")')
parser.add_argument('-b', '--branch-name', type=str, default='RecoEcalBarrelHits', dest='branch', parser.add_argument('-b', '--branch-name', type=str, default='RecoEcalBarrelImagingHits', dest='branch',
help='branch name in the root file (outputLayerCollection from ImagingClusterReco)') help='branch name in the root file (outputLayerCollection from ImagingClusterReco)')
parser.add_argument('--topo-size', type=float, default=2.0, dest='topo_size', parser.add_argument('--topo-size', type=float, default=2.0, dest='topo_size',
help='bin size for projection plot (mrad)') help='bin size for projection plot (mrad)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment