You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add function to overwrite neighbour tree + quiet mode to minimize debug
* Replace Quiet mode by negative verbosity
* Replace if ( fVerbosity ) by if ( fVerbosity > 0 )
* Replace if ( fVerbosity ) by if ( fVerbosity > 0 )
* Remove Overwrite function, fix missing verbosity flag
* Update WCSimFLOWER.h
* Add configurations used for MC Production
* Correct Neighbour distance for Hybrid 40pc
* Remove debug
elseif (!name.compare("HyperK_20BnL0mPMT")) // TODO: name should be consistent with https://github.com/bquilain/WCSim/blob/hybridPMT/src/WCSimDetectorConfigs.cc
232
+
returnkHyperK20BnL0mPMT;
233
+
elseif (!name.compare("HyperK_40BnL0mPMT")) // TODO: name should be consistent with https://github.com/bquilain/WCSim/blob/hybridPMT/src/WCSimDetectorConfigs.cc
234
+
returnkHyperK40BnL0mPMT;
235
+
elseif (!name.compare("HyperK_20BnL3mPMT")) // TODO: name should be consistent with https://github.com/bquilain/WCSim/blob/hybridPMT/src/WCSimDetectorConfigs.cc
236
+
returnkHyperK20BnL3mPMT;
237
+
elseif (!name.compare("HyperK_20BnL5mPMT")) // TODO: name should be consistent with https://github.com/bquilain/WCSim/blob/hybridPMT/src/WCSimDetectorConfigs.cc
238
+
returnkHyperK20BnL5mPMT;
195
239
elseif (!name.compare("HyperK_20BnL10mPMT")) // TODO: name should be consistent with https://github.com/bquilain/WCSim/blob/hybridPMT/src/WCSimDetectorConfigs.cc
0 commit comments