FACT++  1.0
zfits::zfits ( const std::string &  fname,
const std::string &  tableName = "",
bool  force = false 
)
inline

Definition at line 21 of file zfits.h.

References fits::Constructor(), and izstream::open().

23  {
24  open(fname.c_str());
25  Constructor(fname, "", tableName, force);
26 // InitCompressionReading();
27  }
size_t fNumRowsPerTile
Number of rows per compressed tile.
Definition: zfits.h:143
streamoff fHeapOff
offset from the beginning of the file of the binary data
Definition: zfits.h:147
bool fCatalogInitialized
Definition: zfits.h:135
void open(const char *name)
Definition: izstream.h:72
std::vector< size_t > fTileSize
size in bytes of each compressed tile
Definition: zfits.h:151
size_t fNumTiles
Total number of tiles.
Definition: zfits.h:142
int64_t fCurrentRow
current row in memory signed because we need -1
Definition: zfits.h:144
void Constructor(const std::string &fname, std::string fout="", const std::string &tableName="", bool force=false)
Definition: fits.h:571

+ Here is the call graph for this function: