emcOMHLRatioFEM.C File Reference

#include "emcOMAsciiT.h"
#include "emcHLRatioFEM.h"
#include "emcDataManager.h"
#include "EmcIndexer.h"
#include <fstream>
#include <iostream>
#include <cassert>
#include "asciitimestamp.h"
#include "dirfilemanip.h"
#include <sstream>

Include dependency graph for ascii/emcOMHLRatioFEM.C:

Go to the source code of this file.

Functions

bool namer (const emcHLRatioFEM &hlr, int to_or_from, std::string &filename)
bool reader (emcHLRatioFEM &hlr, int code)
bool writer (const emcHLRatioFEM &hlr, int)

Variables

emcOMAsciiT< emcHLRatioFEMgemcOMHLRatioFEM ("emcOMHLRatio","Read emcHLRatioFEM objects", reader, writer)


Function Documentation

bool @0::namer const emcHLRatioFEM hlr,
int  to_or_from,
std::string &  filename
[static]
 

Definition at line 15 of file ascii/emcOMHLRatioFEM.C.

References emcCalFEM::AbsolutePosition(), createDirectory(), EmcIndexer::EmcSectorId(), expand(), emcDataManager::GetInstance(), and EmcIndexer::PXSM144_iSiSM144().

Referenced by writer().

bool @0::reader emcHLRatioFEM hlr,
int  code
[static]
 

Definition at line 57 of file ascii/emcOMHLRatioFEM.C.

References emcCalFEM::AbsolutePosition(), and emcCalFEM::FEMDecode().

bool @0::writer const emcHLRatioFEM hlr,
int 
[static]
 

Definition at line 123 of file ascii/emcOMHLRatioFEM.C.

References checkFile(), and namer().


Variable Documentation

emcOMAsciiT<emcHLRatioFEM> gemcOMHLRatioFEM("emcOMHLRatio","Read emcHLRatioFEM objects", reader, writer) [static]