Skip to content

Commit

Permalink
Add some description
Browse files Browse the repository at this point in the history
  • Loading branch information
myliu-hub committed Mar 15, 2024
1 parent cd085c3 commit 5f0879c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 307 deletions.
9 changes: 9 additions & 0 deletions Detector/DetDriftChamber/src/driftchamber/DriftChamber.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//====================================================================
// Detector description implementation of the Drift Chamber
//--------------------------------------------------------------------
//
// Author: Tao Lin
// Mengyao Liu
//
//====================================================================

#include "DD4hep/DetFactoryHelper.h"
#include "DD4hep/Printout.h"
#include "XML/Layering.h"
Expand Down
307 changes: 0 additions & 307 deletions Detector/DetDriftChamber/src/driftchamber/DriftChamber_stero.cpp

This file was deleted.

3 changes: 3 additions & 0 deletions Digitisers/DCHDigi/src/DCHDigiAlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ class DCHDigiAlg : public GaudiAlgorithm
NTuple::Array<int > m_chamber ;
NTuple::Array<int > m_layer ;
NTuple::Array<int > m_cell ;
//The position of wire at -z
NTuple::Array<float> m_cell_x ;
NTuple::Array<float> m_cell_y ;
//The position of wire at +z
NTuple::Array<float> m_cell1_x ;
NTuple::Array<float> m_cell1_y ;

NTuple::Array<float> m_simhit_x ;
NTuple::Array<float> m_simhit_y ;
NTuple::Array<float> m_simhit_z ;
Expand Down

0 comments on commit 5f0879c

Please sign in to comment.