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

[Sim] Move the Dispatchable Container to the Geometry Package #27641

Merged
merged 1 commit into from Jul 31, 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
2 changes: 1 addition & 1 deletion SimG4Core/Geometry/interface/DDG4Builder.h
@@ -1,7 +1,7 @@
#ifndef SimG4Core_DDG4Builder_h
#define SimG4Core_DDG4Builder_h

#include "SimG4Core/Notification/interface/DDG4DispContainer.h"
#include "SimG4Core/Geometry/interface/DDG4DispContainer.h"
#include "SimG4Core/Geometry/interface/G4LogicalVolumeToDDLogicalPartMap.h"

#include "DetectorDescription/Core/interface/DDLogicalPart.h"
Expand Down
10 changes: 10 additions & 0 deletions SimG4Core/Geometry/interface/DDG4DispContainer.h
@@ -0,0 +1,10 @@
#ifndef SimG4Core_DDG4DispContainer_H
#define SimG4Core_DDG4DispContainer_H

#include "SimG4Core/Geometry/interface/DDG4Dispatchable.h"

#include <vector>

using DDG4DispContainer = std::vector<DDG4Dispatchable *>;

#endif
2 changes: 1 addition & 1 deletion SimG4Core/Geometry/interface/DDG4SensitiveConverter.h
@@ -1,7 +1,7 @@
#ifndef SimG4Core_DDG4SensitiveConverter_h
#define SimG4Core_DDG4SensitiveConverter_h

#include "SimG4Core/Notification/interface/DDG4DispContainer.h"
#include "SimG4Core/Geometry/interface/DDG4DispContainer.h"

#include <iostream>
#include <string>
Expand Down
10 changes: 0 additions & 10 deletions SimG4Core/Notification/interface/DDG4DispContainer.h

This file was deleted.