emcOMLCTofFEM.C File Reference

#include "emcOMAsciiT.h"
#include "emcLCTofFEM.h"
#include "emcDataManager.h"
#include "EmcIndexer.h"
#include "asciitimestamp.h"
#include <string>
#include <vector>
#include <fstream>
#include <sstream>
#include "dirfilemanip.h"

Include dependency graph for ascii/emcOMLCTofFEM.C:

Go to the source code of this file.

Functions

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

Variables

emcOMAsciiT< emcLCTofFEMgemcOMLCTofFEM ("emcOMLCTofFEM","Read/Write emcLCTofFEM objects from/to files", reader, writer)


Function Documentation

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

Definition at line 14 of file ascii/emcOMLCTofFEM.C.

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

bool @0::reader emcLCTofFEM tofFEM,
int  code
[static]
 

Definition at line 104 of file ascii/emcOMLCTofFEM.C.

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

bool @0::writer const emcLCTofFEM tofFEM,
int 
[static]
 

Definition at line 56 of file ascii/emcOMLCTofFEM.C.

References checkFile(), and namer().


Variable Documentation

emcOMAsciiT<emcLCTofFEM> gemcOMLCTofFEM("emcOMLCTofFEM","Read/Write emcLCTofFEM objects from/to files", reader, writer) [static]