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

Run3-sim40 Move all files from interface/src to plugins for TB simulation #27670

Merged
merged 3 commits into from Aug 3, 2019
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
15 changes: 0 additions & 15 deletions SimG4CMS/HGCalTestBeam/BuildFile.xml

This file was deleted.

@@ -1,4 +1,4 @@
#include "SimG4CMS/HGCalTestBeam/interface/AHCalDetId.h"
#include "AHCalDetId.h"
#include <ostream>
#include "FWCore/Utilities/interface/Exception.h"

Expand Down
@@ -1,5 +1,5 @@
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "SimG4CMS/HGCalTestBeam/interface/AHCalGeometry.h"
#include "AHCalGeometry.h"

AHCalGeometry::AHCalGeometry(edm::ParameterSet const& iC)
: maxDepth_(iC.getUntrackedParameter<int>("maxDepth", 12)),
Expand Down
Expand Up @@ -2,7 +2,7 @@
#define SimG4CMS_HGCalTestBeam_AHCALGEOMETRY_H 1

#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "SimG4CMS/HGCalTestBeam/interface/AHCalDetId.h"
#include "AHCalDetId.h"

/** \class AHCalGeometry
* Gets position of AHCal cell
Expand Down
2 changes: 1 addition & 1 deletion SimG4CMS/HGCalTestBeam/plugins/AHCalSD.cc
@@ -1,5 +1,5 @@
#include "SimG4CMS/Calo/interface/CaloSD.h"
#include "SimG4CMS/HGCalTestBeam/interface/AHCalDetId.h"
#include "AHCalDetId.h"
#include "SimG4Core/Notification/interface/TrackInformation.h"

#include "DataFormats/DetId/interface/DetId.h"
Expand Down
1 change: 0 additions & 1 deletion SimG4CMS/HGCalTestBeam/plugins/BuildFile.xml
Expand Up @@ -12,7 +12,6 @@
<use name="SimDataFormats/HcalTestBeam"/>
<use name="SimDataFormats/Track"/>
<use name="SimDataFormats/Vertex"/>
<use name="SimG4CMS/HGCalTestBeam"/>
<use name="SimG4CMS/Calo"/>
<use name="SimG4Core/Notification"/>
<use name="SimG4Core/Watcher"/>
Expand Down
4 changes: 2 additions & 2 deletions SimG4CMS/HGCalTestBeam/plugins/HGCalTBAnalyzer.cc
Expand Up @@ -35,8 +35,8 @@
#include "SimDataFormats/HcalTestBeam/interface/HcalTestBeamNumbering.h"
#include "SimDataFormats/Track/interface/SimTrackContainer.h"
#include "SimDataFormats/Vertex/interface/SimVertexContainer.h"
#include "SimG4CMS/HGCalTestBeam/interface/AHCalDetId.h"
#include "SimG4CMS/HGCalTestBeam/interface/AHCalGeometry.h"
#include "AHCalDetId.h"
#include "AHCalGeometry.h"

#include "SimDataFormats/CaloHit/interface/PassiveHit.h"

Expand Down
1 change: 0 additions & 1 deletion SimG4CMS/HGCalTestBeam/plugins/HGCalTimingAnalyzer.cc
Expand Up @@ -34,7 +34,6 @@
#include "SimDataFormats/HcalTestBeam/interface/HcalTestBeamNumbering.h"
#include "SimDataFormats/Track/interface/SimTrackContainer.h"
#include "SimDataFormats/Vertex/interface/SimVertexContainer.h"
#include "SimG4CMS/HGCalTestBeam/interface/AHCalDetId.h"

// Root objects
#include "TROOT.h"
Expand Down
21 changes: 0 additions & 21 deletions SimG4CMS/HcalTestBeam/BuildFile.xml

This file was deleted.

84 changes: 0 additions & 84 deletions SimG4CMS/HcalTestBeam/interface/HcalTB02Analysis.h

This file was deleted.

123 changes: 0 additions & 123 deletions SimG4CMS/HcalTestBeam/interface/HcalTB04Analysis.h

This file was deleted.

63 changes: 0 additions & 63 deletions SimG4CMS/HcalTestBeam/interface/HcalTB06Analysis.h

This file was deleted.

16 changes: 14 additions & 2 deletions SimG4CMS/HcalTestBeam/plugins/BuildFile.xml
@@ -1,10 +1,22 @@
<use name="SimG4CMS/HcalTestBeam"/>
<use name="SimG4Core/Watcher"/>
<use name="DataFormats/HcalDetId"/>
<use name="DataFormats/Math"/>
<use name="Geometry/EcalCommonData"/>
<use name="Geometry/HcalCommonData"/>
<use name="SimDataFormats/HcalTestBeam"/>
<use name="SimG4Core/Notification"/>
<use name="SimG4Core/Watcher"/>
<use name="SimG4CMS/Calo"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/ServiceRegistry"/>
<use name="CommonTools/UtilAlgos"/>
<use name="geant4core"/>
<use name="hepmc"/>
<use name="clhep"/>
<use name="rootmath"/>
<use name="rootphysics"/>
<use name="root"/>
<flags EDM_PLUGIN="1"/>
<library file="*.cc" name="SimG4CMSHcalTestBeamPlugins">
<flags EDM_PLUGIN="1"/>
Expand Down