We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f899508 + d6b4449 commit d4f712aCopy full SHA for d4f712a
L1Trigger/TrackFindingTracklet/interface/Settings.h
@@ -55,19 +55,8 @@ namespace trklet {
55
56
class Settings {
57
public:
58
- Settings() {
59
- //Comment out to run tracklet-only algorithm
60
-#ifdef CMSSW_GIT_HASH
61
-#ifndef CMS_DICT_IMPL // Don't print message if genreflex being run.
62
-#ifndef USEHYBRID
63
-#pragma message "USEHYBRID is undefined, so Hybrid L1 tracking disabled."
64
-#endif
65
66
67
- }
68
-
+ Settings() {};
69
~Settings() = default;
70
71
void passSetup(const tt::Setup* setup) { setup_ = setup; }
72
const tt::Setup* setup() const { return setup_; }
73
0 commit comments