Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Some progress on the CMSSW side
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed May 13, 2024
1 parent 0a8bf36 commit 4b91683
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 523 deletions.
4 changes: 2 additions & 2 deletions SDL/Event.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ namespace SDL {
int8_t* pixelTypeCPU;

// Stuff that used to be global
uint16_t nModules;
uint16_t nLowerModules;
std::shared_ptr<modulesBuffer<Dev>> modulesBuffers;
std::shared_ptr<pixelMap> pixelMapping;
std::shared_ptr<EndcapGeometry<Dev>> endcapGeometry;
std::shared_ptr<TiltedGeometry<Dev>> tiltedGeometry;
std::shared_ptr<ModuleConnectionMap<Dev>> moduleConnectionMap;
uint16_t nModules;
uint16_t nLowerModules;

public:
// Constructor used for CMSSW integration. Uses an external queue.
Expand Down
Loading

0 comments on commit 4b91683

Please sign in to comment.