Skip to content
Snippets Groups Projects
Commit 3978fc49 authored by Mark Jones's avatar Mark Jones
Browse files

example with setting the debug flag

parent eb88aeef
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ Int_t THcDriftChamber::DefineVariables( EMode mode )
if( mode == kDefine && fIsSetup ) return kOK;
fIsSetup = ( mode == kDefine );
fDebugDriftCh=0;
fDebugDriftCh=1;
// Register variables in global list
// RVarDef vars[] = {
......
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