/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/Sampling.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/Sampling.hh Source File
Ratpac-two
Sampling.hh
1 #ifndef __RAT_Sampling__
2 #define __RAT_Sampling__
3 
4 #include <G4MaterialPropertyVector.hh>
5 #include <G4PhysicsOrderedFreeVector.hh>
6 
7 namespace RAT {
8 
19 G4PhysicsOrderedFreeVector *Integrate_MPV_to_POFV(G4MaterialPropertyVector *inputVector);
20 
21 } // namespace RAT
22 
23 #endif
Definition: CCCrossSecMessenger.hh:29
G4PhysicsOrderedFreeVector * Integrate_MPV_to_POFV(G4MaterialPropertyVector *inputVector)
Definition: Sampling.cc:5