Geant4 VMC Version 6.8
Loading...
Searching...
No Matches
TG4ScoreWeightCalculator.h File Reference

Definition of the score weight calculator type. More...

#include <Rtypes.h>
#include <functional>

Go to the source code of this file.

Typedefs

using TG4ScoreWeightCalculator = std::function<Double_t(Int_t pdg, Double_t ekin)>
 

Detailed Description

Definition of the score weight calculator type.

Author
I. Hrivnacova; IPN, Orsay

Definition in file TG4ScoreWeightCalculator.h.

Typedef Documentation

◆ TG4ScoreWeightCalculator

using TG4ScoreWeightCalculator = std::function<Double_t(Int_t pdg, Double_t ekin)>

Definition at line 22 of file TG4ScoreWeightCalculator.h.