Skip to content
Snippets Groups Projects
Commit 654a12a6 authored by Fernando Monticelli's avatar Fernando Monticelli
Browse files

Adding the header file

parent 51e77140
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,8 @@ private: ...@@ -125,6 +125,8 @@ private:
// others: // others:
ServiceHandle<IChronoStatSvc> m_timingProfile; ServiceHandle<IChronoStatSvc> m_timingProfile;
Gaudi::Property<bool> m_doChrono {this, "doChrono", false, "do Chrono Service"}; Gaudi::Property<bool> m_doChrono {this, "doChrono", false, "do Chrono Service"};
Gaudi::Property<bool> m_doPhotons {this, "doPhotons", true, "Run the Photon reconstruction"};
Gaudi::Property<bool> m_doElectrons {this, "doElectrons", true, "Run the Electron reconstruction"};
}; };
#endif #endif
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