You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* basic geometry and data format for new detector
* fixed geometry and json
* fixed hits
* updated geometry and detector source code
* updated geometry and detector source code
* minor fixes
* sensitive volumes
* geometry update
* geometry update
* enable hits
* enable hits
* enable hits
* fix channel ids
* More flexible confgurable parameters
* More flexible confgurable parameters
* update parameters and geometry
* fixed ring sizes
* merge conflict
* GPU
* fix conflicts
* resolve conflicts
* head
* GPU
* added Constants.h to store constants
* Adding Constants.h and correcting formatting issues
* Adding Constants.h and correcting formatting issues
* Adding Constants.h and correcting formatting issues
* Adding Constants.h and correcting formatting issues
* Adding Constants.h and correcting formatting issues
* Adding Constants.h and correcting formatting issues
* created new namespace
* created new namespace
* created new namespace
* change name of the detector
* change name of the detector
* check errors
* check errors
* Flexible ring radii, a new Boolean switch for module A, module coverage in eta independent of their position
* correct default number of ring of A side
* Modified default parameters
* Hits from charged tracks only
* Fixed hit merging
* return to the previous choice
* updated eta min/max definitions
* updated eta definitions
* remove spurious files
* Update CMake
* removed GPU file
* Add FD detector
* including aluminium containers
* including aluminium containers
* including aluminium containers
* including aluminium containers
* including aluminium containers
* Please consider the following formatting changes
* Updated Readme
* introduced FD hit data format
* introduced FD hit data format
* corrected copyright notice
* corrected copyright notice
* corrected copyright notice
* Finding detId from fMC
* colors
* change detector name
* change detector name
* change detector name
* change detector name
* Fix formatting in CMakeLists.txt for FD3Simulation
---------
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
for (int d = DetID::First; d <= DetID::Last; ++d) {
151
154
#ifdef ENABLE_UPGRADES
152
-
if (d != DetID::IT3 && d != DetID::TRK && d != DetID::FT3 && d != DetID::FCT && d != DetID::TF3 && d != DetID::RCH && d != DetID::ECL && d != DetID::MI3) {
155
+
if (d != DetID::IT3 && d != DetID::TRK && d != DetID::FT3 && d != DetID::FCT && d != DetID::TF3 && d != DetID::RCH && d != DetID::ECL && d != DetID::FD3 && d != DetID::MI3) {
0 commit comments