CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CDFChunk.cc
Go to the documentation of this file.
2 
3 CDFChunk::CDFChunk() : TObject(), fChunkName(), fHeaderSize(0), fTrailerSize(0), fChunkLength(0), fChunk(new ULong64_t[1]) {
4 }
5 
6 CDFChunk::CDFChunk(const char* name) : TObject(), fChunkName(name), fHeaderSize(0), fTrailerSize(0), fChunkLength(0), fChunk(nullptr) {
7 }
CDFChunk()
Definition: CDFChunk.cc:3
#define nullptr