Skip to content

Commit

Permalink
Reduce unneccesary verbosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
klendathu2k committed May 15, 2024
1 parent 6797477 commit 383a1ce
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions StRoot/StGeant4Maker/StGeant4Maker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -931,10 +931,10 @@ void StarVMCApplication::ConstructSensitiveDetectors() {

ae->SetEngine( engineFromModule( mname.Data() ) );

if ( 0==ae->GetSensitive() ) {
LOG_INFO << "Not sensitive = " << volume->GetName() << endm;
continue;
}
// if ( 0==ae->GetSensitive() ) {
// LOG_INFO << "Not sensitive = " << volume->GetName() << endm;
// continue;
// }

AgMLVolumeId* identifier = AgMLVolumeIdFactory::Create( fname );
if ( identifier ) {
Expand Down Expand Up @@ -1298,8 +1298,6 @@ int StGeant4Maker::regionTransition( int curr, int prev ) {
void StarVMCApplication::Stepping(){ _g4maker -> Stepping(); }
void StGeant4Maker::Stepping(){

LOG_INFO << ".............................................................................. stepping" << endm;

// At start of user stepping, try to transfer the track between engine
auto* mgr = TMCManager::Instance();
auto* mc = TVirtualMC::GetMC();
Expand Down

0 comments on commit 383a1ce

Please sign in to comment.