Skip to content

Commit

Permalink
Merge pull request #27670 from bsunanda/Run3-sim40
Browse files Browse the repository at this point in the history
Run3-sim40 Move all files from interface/src to plugins for TB simulation
  • Loading branch information
cmsbuild committed Aug 3, 2019
2 parents 005939e + d17df39 commit a90447f
Show file tree
Hide file tree
Showing 37 changed files with 267 additions and 373 deletions.
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
File renamed without changes.
@@ -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

0 comments on commit a90447f

Please sign in to comment.