mgfluxmapper.cpp File Reference
#include <fstream>
#include "ScaleData/Core/EnergyUnionizer.h"
#include "ScaleData/Core/MGFluxMapper.h"
#include "Standard/Interface/CommandLine.h"

Typedefs

typedef std::vector< double > Vec_Dbl
 
typedef std::shared_ptr< Vec_DblSP_Vec_Dbl
 

Functions

void read_data (std::string path, int &ng_old, Vec_Dbl &flux_old, SP_Vec_Dbl e_old, int &ng_new, SP_Vec_Dbl e_new)
 
void flux_mapper ()
 
int main ()
 

Typedef Documentation

typedef std::vector<double> Vec_Dbl
typedef std::shared_ptr<Vec_Dbl> SP_Vec_Dbl

Function Documentation

void read_data ( std::string  path,
int &  ng_old,
Vec_Dbl flux_old,
SP_Vec_Dbl  e_old,
int &  ng_new,
SP_Vec_Dbl  e_new 
)

Referenced by flux_mapper().

void flux_mapper ( )

References read_data().

Referenced by main().

int main ( )

References flux_mapper().