Skip to content

Commit

Permalink
Adapt to new (v00-15) podio generated class names
Browse files Browse the repository at this point in the history
- Replace some dedicated types with  and rename others (Cluster -> MutableCluster, ConstCluster -> Cluster) to adapt to the new naming scheme introduced in AIDASoft/podio#205.
  • Loading branch information
vvolkl authored and SanghyunKo committed Feb 3, 2022
1 parent 0f6aff5 commit b96e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DRsim/DRsimG4Full/src/lib/SimG4DRcaloSteppingAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void SimG4DRcaloSteppingAction::UserSteppingAction(const G4Step* step) {
void SimG4DRcaloSteppingAction::accumulate(unsigned int &prev, dd4hep::DDSegmentation::CellID& id64, float edep) {
// search for the element
bool found = false;
edm4hep::SimCalorimeterHit* thePtr = nullptr;
edm4hep::MutableSimCalorimeterHit* thePtr = nullptr;

if ( m_Edeps->size() > prev ) { // check previous element
auto element = m_Edeps->at(prev);
Expand Down

0 comments on commit b96e258

Please sign in to comment.