Skip to content
Snippets Groups Projects
Commit ce7a23cf authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Restore default THcDriftChamber constructor.

parent 56d16982
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,16 @@ THcDriftChamber::THcDriftChamber(
fHMSStyleChambers = 0; // Default
}
//_____________________________________________________________________________
THcDriftChamber::THcDriftChamber() :
THaSubDetector()
{
// Constructor
fTrackProj = NULL;
fSpacePoints = NULL;
fIsInit = 0;
}
//_____________________________________________________________________________
void THcDriftChamber::Setup(const char* name, const char* description)
{
......
......@@ -55,6 +55,7 @@ public:
// friend class THaScCalib;
void SetHMSStyleFlag(Int_t flag) {fHMSStyleChambers = flag;}
THcDriftChamber(); // for ROOT I/O
protected:
Int_t f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment