Skip to content

Commit

Permalink
Switched from PMT ID to LCN, also added charge calibration constants …
Browse files Browse the repository at this point in the history
…into the output ntuple.
  • Loading branch information
rl23 committed Dec 17, 2024
1 parent 25a9746 commit 7aa5be4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/src/Gsim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ void Gsim::AddMCPhoton(DS::MCPMT *rat_mcpmt, const GLG4HitPhoton *photon, EventI
// Only real photons are added in Gsim, noise and afterpulsing handled in processors
rat_mcphoton->SetDarkHit(false);
rat_mcphoton->SetAfterPulse(false);
std::cout << rat_mcpmt->GetID() << " " << chargeScale << std::endl;
rat_mcphoton->SetLambda(photon->GetWavelength());

double x, y, z;
Expand Down

0 comments on commit 7aa5be4

Please sign in to comment.