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

Cleanup GFlash and PhysicsLists sub-libraries #12933

Merged
merged 3 commits into from
Jan 19, 2016
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 0 additions & 182 deletions SimG4Core/GFlash/interface/G4MiscLHEPBuilder_WP.h

This file was deleted.

83 changes: 0 additions & 83 deletions SimG4Core/GFlash/interface/G4PiKBuilder_WP.h

This file was deleted.

75 changes: 0 additions & 75 deletions SimG4Core/GFlash/interface/G4ProtonBuilder_WP.h

This file was deleted.

31 changes: 2 additions & 29 deletions SimG4Core/GFlash/interface/GflashEMShowerModel.h
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
//
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration. It is provided under the terms and *
// * conditions of the Geant4 Software License, included in the file *
// * LICENSE and available at http://cern.ch/geant4/license . These *
// * include a list of copyright holders. *
// * *
// * Neither the authors of this software system, nor their employing *
// * institutes,nor the agencies providing financial support for this *
// * work make any representation or warranty, express or implied, *
// * regarding this software system or assume any liability for its *
// * use. Please see the license in the file LICENSE and URL above *
// * for the full disclaimer and the limitation of liability. *
// * *
// * This code implementation is the result of the scientific and *
// * technical work of the GEANT4 collaboration. *
// * By using, copying, modifying or distributing the software (or *
// * any work based on the software) you agree to acknowledge its *
// * use in resulting scientific publications, and indicate your *
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
// GEANT4 tag $Name: V04-05-01 $
//
//
//---------------------------------------------------------------
// GEANT 4 class header file
//
Expand All @@ -39,6 +11,7 @@
// Authors: E.Barberio & Joanna Weng - 9.11.04
// other authors : Soon Yung Jun & Dongwook Jang - 2007/12/07
//---------------------------------------------------------------

#ifndef GflashEMShowerModel_h
#define GflashEMShowerModel_h

Expand Down Expand Up @@ -70,8 +43,8 @@ class GflashEMShowerModel : public G4VFastSimulationModel {
void updateGflashStep(const G4ThreeVector& position, G4double time);

private:

edm::ParameterSet theParSet;
bool theWatcherOn;

GflashEMShowerProfile *theProfile;

Expand Down
Loading