ATLAS Offline Software
|
Algorithm to generate fit constants. More...
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ITHistSvc.h"
#include "FPGATrackSimBanks/FPGATrackSimSectorSlice.h"
#include "FPGATrackSimObjects/FPGATrackSimConstants.h"
#include "FPGATrackSimConstGenAlgo.h"
#include "FPGATrackSimMatrixIO.h"
#include "TTree.h"
#include "TFile.h"
#include "TMath.h"
#include "TROOT.h"
#include <sstream>
#include <iostream>
#include <fstream>
#include <cmath>
#include <string>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <cassert>
#include <TVectorD.h>
#include <TDecompLU.h>
Go to the source code of this file.
Macros | |
#define | MIN_TRACK_SEC 50 |
#define | CHECK_NAN(var) (isNAN((var), #var)) |
Algorithm to generate fit constants.
Definition in file FPGATrackSimConstGenAlgo.cxx.
#define CHECK_NAN | ( | var | ) | (isNAN((var), #var)) |
Definition at line 405 of file FPGATrackSimConstGenAlgo.cxx.
#define MIN_TRACK_SEC 50 |
Definition at line 39 of file FPGATrackSimConstGenAlgo.cxx.