Skip to content

Commit 32f4103

Browse files
shahor02sawenzel
authored andcommitted
As fake FairDetector CAVE must gave fake fDetId(=-1)
1 parent 6a059dc commit 32f4103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Passive/src/Cave.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void Cave::ConstructGeometry()
6666

6767
Cave::Cave() : FairDetector() {}
6868
Cave::~Cave() = default;
69-
Cave::Cave(const char* name, const char* Title) : FairDetector(name, Title) {}
69+
Cave::Cave(const char* name, const char* Title) : FairDetector(name, Title, -1) {}
7070
Cave::Cave(const Cave& rhs) : FairDetector(rhs) {}
7171
Cave& Cave::operator=(const Cave& rhs)
7272
{

0 commit comments

Comments
 (0)