Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added missing dependency; header cleanup #29613

Merged
merged 2 commits into from May 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CalibCalorimetry/EcalTrivialCondModules/BuildFile.xml
Expand Up @@ -10,4 +10,5 @@
<use name="CondFormats/ESObjects"/>
<use name="CondFormats/DataRecord"/>
<use name="DataFormats/EcalDetId"/>
<use name="DataFormats/EcalDigi"/>
<use name="clhep"/>
Expand Up @@ -113,6 +113,7 @@
#include "SimG4CMS/Calo/interface/EnergyResolutionVsLumi.h"
#include "SimG4CMS/Calo/interface/EvolutionECAL.h"

#include "DataFormats/EcalDigi/interface/EcalDataFrame.h"
// forward declarations

namespace edm {
Expand Down
1 change: 1 addition & 0 deletions CondFormats/EcalObjects/BuildFile.xml
Expand Up @@ -4,6 +4,7 @@
<use name="CondFormats/Alignment"/>
<use name="DataFormats/StdDictionaries"/>
<use name="DataFormats/EcalDetId"/>
<use name="DataFormats/EcalDigi"/>
<use name="DataFormats/Math"/>
<use name="boost"/>
<use name="boost_serialization"/>
Expand Down
1 change: 0 additions & 1 deletion CondFormats/EcalObjects/interface/EcalWeightSet.h
Expand Up @@ -11,7 +11,6 @@
#include "CondFormats/Serialization/interface/Serializable.h"

#include "CondFormats/EcalObjects/interface/EcalWeight.h"
#include "DataFormats/EcalDigi/interface/EcalDataFrame.h"
#include "DataFormats/Math/interface/Matrix.h"
#include <iostream>

Expand Down