Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8309708
BreakupProduct.h
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
BreakupProduct.h
View Options
//==============================================================================
// BreakupProduct.h
//
// Copyright (C) 2010-2013 Tobias Toll and Thomas Ullrich
//
// This file is part of Sartre version: 1.00
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation.
// This program is distributed in the hope that it will be useful,
// but without any warranty; without even the implied warranty of
// merchantability or fitness for a particular purpose. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// Author: Thomas Ullrich
// Last update:
// $Date: 2013-01-14 21:47:05 +0000 (Mon, 14 Jan 2013) $
// $Author: thomas.ullrich@bnl.gov $
//==============================================================================
#ifndef BreakupProduct_h
#define BreakupProduct_h
#include
"TLorentzVector.h"
#include
<string>
#include
<iostream>
using
namespace
std
;
struct
BreakupProduct
{
double
Z
;
double
A
;
double
emissionTime
;
// in units of 1E-21 seconds since the creation of the compound nucleus
long
pdgId
;
// PDG particle ID (for nuclei 10LZZZAAAI)
TLorentzVector
p
;
// GeV units
string
name
;
};
ostream
&
operator
<<
(
ostream
&
,
const
BreakupProduct
&
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Dec 21, 4:15 PM (21 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4021796
Default Alt Text
BreakupProduct.h (1 KB)
Attached To
rSARTRESVN sartresvn
Event Timeline
Log In to Comment