Skip to content

Commit a27cac0

Browse files
committed
Fix up L1TMuonBarrelParams.h
- added missing include - corrected include guard
1 parent 19f9640 commit a27cac0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CondFormats/L1TObjects/interface/L1TMuonBarrelParams.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
/// \author: Giannis Flouris
88
///
99

10-
#ifndef L1TBMTFParams_h
11-
#define L1TBMTFParams_h
10+
#ifndef CondFormats_L1TObjects_L1TMuonBarrelParams_h
11+
#define CondFormats_L1TObjects_L1TMuonBarrelParams_h
1212

1313
#include <memory>
1414
#include <iostream>
1515
#include <vector>
16+
#include <map>
1617

1718
#include "CondFormats/Serialization/interface/Serializable.h"
1819
#include "CondFormats/L1TObjects/interface/LUT.h"

0 commit comments

Comments
 (0)