Changeset 2976


Ignore:
Timestamp:
01/30/04 10:33:02 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Simulation/Detector/StarResponse
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.hxx

    r2431 r2976  
    1313#include "TRandom2.h"
    1414
    15 #define VERSIONSR  1000.0
     15#define VERSIONSR   1002.0
    1616#define TIMERANGE   10000.
    1717#define TRIGBINS    40000
     
    2424  Float_t  fBrightness  ;   // the brightness of the star in phe/nsec
    2525 
    26   Float_t  fTimeRange   ;   // the time range of the
     26  Float_t  fTimeRange   ;   // the time range of the trigger response
    2727 
    2828  Float_t  fBinsTrig    ;   // Number of Bins in the trigger
     
    3737                            // the signal   
    3838                            // = 0 --> a gaussian 
    39   Float_t  fAmplFadc    ;   // the amplitude of the trigger in mV
     39  Float_t  fIntegFadc    ;  // the integral of the single phe response
     40                            // in the FADC (in FADC counts)
    4041  Float_t  fFwhmFadc    ;   // the width of the signal in nsec
    4142 
     
    4445 
    4546  Float_t  fTrigResp [ 40 ] ;   // the shape of the response for trigger
    46   Float_t  fFadcResp [ 45 ] ;   // the shape of the response for trigger
     47  Float_t  fFadcResp [ 45 ] ;   // the shape of the response for FADC
    4748
    4849 public:
     
    5556  void SetAmplTrig( Float_t in ) ;
    5657  void SetFwhmTrig( Float_t in ) ;
    57   void SetAmplFadc( Float_t in ) ;
     58  void SetIntegFadc( Float_t in ) ;
    5859  void SetFwhmFadc( Float_t in ) ;
    5960
     
    6162  Float_t GetAmplTrig() ;
    6263  Float_t GetFwhmTrig() ;
    63   Float_t GetAmplFadc() ;
     64  Float_t GetIntegFadc() ;
    6465  Float_t GetFwhmFadc() ;
    6566
  • trunk/MagicSoft/Simulation/Detector/StarResponse/Makefile

    r2376 r2976  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.4 $
     21# $Revision: 1.5 $
    2222# $Author: blanch $
    23 # $Date: 2003-10-03 11:18:16 $
     23# $Date: 2004-01-30 10:33:02 $
    2424#
    2525##################################################################
     
    121121
    122122depend:
     123        rm ${INCLUDE_TRIGGER}/*.o
    123124        @makedepend $(SRCS) $(INCLUDES) -fMakefile 2> kk.kk ; cat kk.kk
    124125
Note: See TracChangeset for help on using the changeset viewer.