Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:09:48

0001 #ifndef AMISIC_Tools_MPI_Scale_Setter_H
0002 #define AMISIC_Tools_MPI_Scale_Setter_H
0003 
0004 #include "PHASIC++/Scales/Scale_Setter_Base.H"
0005 
0006 namespace AMISIC {
0007   class MPI_Scale_Setter: public PHASIC::Scale_Setter_Base {
0008   public:
0009     MPI_Scale_Setter(const PHASIC::Scale_Setter_Arguments &args);
0010 
0011     double Calculate(const std::vector<ATOOLS::Vec4D> &p,
0012              const size_t &mode) final;
0013   };
0014 }
0015 
0016 #endif