Current simulation files are not written in GRIFFIN format and cannot be used with GRIFFIN detectors!!!!
There will be update late 2025 with proper formating.
NOV21st 2025 BB7 DSSSD QED/RCMP Dectection system is now created with detector class DetectionSystemQED, detector construction current using single DSSSD at distance of 47.6mm in z-direction. No rotation added.
Detector constructed in 32*32 pixels. DetectorConstruction.cc/hh, modified to build detector to ISAC volume.
DetectorMessenger.cc/hh modified to call construction function in mac file /DetSys/det/addQED no parameter needed since it is a fixed setup
What needs to be done: Depending on users interest, the pixel may be need to combine to strip hits based on copy number during construction. At least detector separation needed based on copy number.
This requires a modification of function DetectorProperties DetectorConstruction::ParseVolumeName(G4String volumeName) {} in DetectorConstruction.cc and assign system id to detector number.
However, this can all be set in NTuple2EventTree when converting to G4 file to analysis file(which is probably a better idea).