This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/rat/db/set DETECTOR geo_file "geo/snoplus.geo" | |
# Add a N16 Geometry | |
/rat/db/load geo/N16Source.geo | |
/rat/db/set GEO[N16Source] pos [-160.3, 235.0, 152.8] | |
# Make sure the PMTs are fully visible | |
/rat/db/set GEO[innerPMT] vis_simple 0 | |
/rat/db/set GEO[outerPMT] vis_simple 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/run/initialize | |
/rat/proc count | |
/rat/procset update 100 | |
/rat/proc fitter | |
/rat/procset method "nearAV" #For example | |
/rat/proc outroot | |
/rat/procset file "new.root" | |
/rat/inroot/read old.root | |
exit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/run/initialize | |
/rat/proc count | |
/rat/procset update 100 | |
/rat/proc outroot | |
/rat/procset file "unpacked.root" | |
/rat/unpack/read packed.root | |
exit |
NewerOlder