Changeset 8 in Idarraga


Ignore:
Timestamp:
Nov 26, 2010, 6:59:21 PM (13 years ago)
Author:
idarraga
Message:
 
Location:
SLHCVP1TrackVis
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • SLHCVP1TrackVis/SLHCVP1Plugins/cmt/requirements

    r2 r8  
    3030use VP1BPhysSystems             VP1BPhysSystems-*             graphics/VP1/VP1Systems
    3131
     32# I had to provide this here due to the dependency to
     33# SLHCVP1Systems and a couple of classes I couldn't forward-declare
     34use InDetSimEvent                 InDetSimEvent-*                  InnerDetector
     35use InDetPrepRawData      InDetPrepRawData-*       InnerDetector/InDetRecEvent
     36
    3237apply_pattern vp1plugin
    3338
  • SLHCVP1TrackVis/SLHCVP1Systems/SLHCVP1Systems/SLHCVP1TrackSystem.h

    r7 r8  
    1010#include "InDetSimEvent/SiHitCollection.h"
    1111#include "InDetPrepRawData/SiClusterContainer.h"
     12//#include "InDetPrepRawData/SiClusterContainer.h"
    1213
    1314#include <map>
     
    1516
    1617class SoSwitch;
    17 namespace Trk {
    18   class Track;
    19 }
     18
    2019class McEventCollection;
    21 namespace HepMC {
    22   class GenParticle;
    23 }
    24 namespace HepPDT {
    25 class ParticleDataTable;
    26 }
     20namespace HepMC { class GenParticle; }
     21namespace HepPDT { class ParticleDataTable; }
     22namespace Trk { class Track; }
    2723
    2824// first dimension
  • SLHCVP1TrackVis/SLHCVP1Systems/src/SLHCVP1DrawPixels.cxx

    r5 r8  
    2929#include "TrkEventPrimitives/LocalPosition.h"
    3030#include "TrkEventPrimitives/GlobalPosition.h"
    31 #include "InDetPrepRawData/SiWidth.h"
    3231#include "InDetReadoutGeometry/SiDetectorElement.h" // cant be forward declared
    3332#include "TrkSurfaces/Surface.h"
    3433
     34#include "InDetPrepRawData/SiWidth.h"
    3535#include "InDetPrepRawData/PixelCluster.h"
    3636
Note: See TracChangeset for help on using the changeset viewer.