Skip to content

Commit

Permalink
comment for future check
Browse files Browse the repository at this point in the history
  • Loading branch information
denisecasazza committed Jan 22, 2025
1 parent b0e1fc3 commit 6fedb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SANDGeoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ void SANDGeoManager::decode_ecal_cell_id(int cell_global_id, int& detector_id,
bool SANDGeoManager::is_ecal_barrel(const TString& volume_name) const
{
// something like: volECALActiveSlab_21_PV_0
// To Do: add a more refined check for passive and active volumes
return volume_name.Contains("volECAL") == true &&
volume_name.Contains("Active") == true &&
volume_name.Contains("end") == false;
Expand Down

0 comments on commit 6fedb90

Please sign in to comment.