~ajdobbs/maus/rootfitter

« back to all changes in this revision

Viewing changes to bin/Global/datacard_200MeV_e_plus_PID.py

  • Committer: Adam Dobbs
  • Date: 2017-02-28 17:58:27 UTC
  • mfrom: (1149.2.21 maus-primarychain)
  • Revision ID: phuccj@gmail.com-20170228175827-vhunrks5hzqsayb5
Merge: global recon updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
"""
2
 
Datacard to use when performing PID on simulated 200MeV/c positrons
3
 
"""
4
 
# pylint: disable=C0103, W0611
5
 
 
6
 
import os
7
 
 
8
 
# A json document containing global tracks from MC data
9
 
input_json_file_name = "200MeV_e_plus_hypothesis_Global_Recon.json"
10
 
input_json_file_type = "text"
11
 
 
12
 
# Output json document with track pid information included
13
 
output_json_file_name = "200MeV_e_plus_Global_PID.json"
14
 
output_json_file_type = "text"